body, html{
	height:				100%;
	width:				100%;
	background-color:	#e8e9ec;
}

* {
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Verdana, Helvetica, Tahoma;
	font-size:			11px;
	border: 			0px;
}

#swfobjectdiv{
	/* 
	 * Make this color the same as the body background
	 * So it will blend in before the SWF loads 
	 */
	float:left;
	display:inline;
}

#flashContainer {
	/* LEFT ALIGNED CENTER CODE
	margin: 		0 auto;
	width: 			(your-swf-width)px;
	*/
	
	float:left;
	display:inline;
	width: 996px;
	height: 767px;
	margin:0px;
	background-color:#000;
}

.absTop
{
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
}