body, html{
	height:				100%;
	width:				100%;
	background-color:	#020411;
}

* {
	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 
	 */
	color:				#020411;
}

#flashContainer {
	/* LEFT ALIGNED CENTER CODE
	margin: 		0 auto;
	width: 			(your-swf-width)px;
	*/
	
	/* ABSOLUTE CENTER CODE
	position:		absolute;
	left: 			50%;
	margin-left: 	-(your-swf-width / 2)px;
	top:			50%;
	margin-top:		-(your-swf-height / 2)px;
	
	width: (your-swf-width)px;
	height: (your-swf-height)px;
	*/
	width:1280px;
	height:960px;
        margin:auto;
	background-color:#020411;
}

.absTop{
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
}

