body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg,
img {
	width: 300px;
	height: 1400px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
#container {
	background-color: #fff;
	overflow: hidden;
}
#container
#gutterInner {
	visibility: visible;
}
#gutterInner {
	width: 150px;
	height: 670px;
	left: 150px;
}
.wFill {
	fill: #fff;
	visibility: hidden;
}
.bFill {
	fill: #0c2e68;
	visibility: hidden;
}
#wOverlay { background-color: #fff; }
#mainBackground { width: 450px; }
#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#mainExit {
	cursor: pointer;
	visibility: visible;
	background-color: rgba(255,255,255,0);
}