@CHARSET "UTF-8";

html {
	height:100%;
	overflow:hidden;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
}

#flashcontent {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:1360px;
	height:768px;
	overflow:hidden;
} 

#flashcontent_web {
	display:block;
	position:absolute;
	width:980px;
	height:650px;
	top:50%;
	left:50%;
	margin-top:-325px;
	margin-left:-490px;
}
