﻿html, body {
	overflow:hidden;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* opera */
	padding: 0px;

}
#content {
	display:none;
}
#object, embed {
	width: 988px;
	height: 596px;
}

#flash_content {
	position:absolute;
	top: 50%;
	left: 50%;
	width:988px;
	height:596px;
	margin-top: -298px; /*set to a negative number 1/2 of your height*/
	margin-left: -494px; /*set to a negative number 1/2 of your width*/
	border: 0px solid #000000;
	background-color: #000000;
}