
body {
	background-color: #000000;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
}

#flashBG {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
}