@charset "utf-8";
html {
	/*height: 100%;
	overflow: auto;*/
}
body{
	text-align:center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: #fff;
}
body #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width:994px;
	min-height:736px;
}
/*for IE 6*/
* html div#flashcontent{
width: expression(document.body.clientWidth < 994 ? "994px" : "100%");
height: expression(document.body.clientHeight < 736 ? "736px" : "100%");
}

#flashcontent img{
margin-top:175px;
}