html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#000000;
	overflow:hidden;
}

#flashcontent{
	overflow:hidden;
	width:100%;
	height:100%;
}

#fallback{
	position:absolute;
	display:block;
	border:0px;
	width:812px;
	height:655px;
	left:50%;
	top:50%;
	margin-top:-327px;
	margin-left:-406px;
}