body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flashContainer {
	position: absolute;
	z-index: 4;
	height: 200%;
	width: 100%;
	top: 0px;
	bottom: 0;
}
#viewSpace {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;
	width: 790px;
	height: 900px;
	margin-left: -390px;
}