@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	overflow:auto;
	background-color:#000000;
}

div#flashcontent {
	height:100%;
	height:100%;
	display:block;
	text-align:center;
	background-color:#ff00ff;
}


div#flashcontent {

	border: none; /* cosmetic */
	overflow: none; /* set to taste */
	position: absolute; /* required */
	margin-left: -585px; /* half of width */
	margin-top: -415px;  /* half of height */
	width: 1170px; /* width of div */
	height: 830px; /* height of div */
	top: 50%;
	left: 50%;	
	z-index:99;

}