/* 

fill browser with flash. taken from 
http://blog.deconcept.com/swfobject/fullpage.html
-------------------------------------------------------
*/



body {
	margin: 0;
	padding: 0;
	background-color: #0c0c0c;
}
#flashContent{
	width:960px;
	height:580px;
	
}
#centeredDiv {
	width:960px;
	height:580px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -290px;

}

/* end hide */

/*
-------------------------------------------------------
*/