html, body {
	margin:0;
	padding:0;
	background-color:#333333;
	height:100%;
	overflow:hidden;
}

#flashcontent { 
	position:absolute;
	left:0px;
	top:0px;
	width: 1012px;
	height: 657px;
	/* visibility: hidden; */
	color:#333333;
}