/* hide from ie on mac \*/
html {
	width:100%;
	height: 100%;
	background:#000;
	/*overflow:hidden;*/
}

#flashcontent {
	min-width:760px;
	min-height:560px;
	width:100%;
	height:100%;
}
/* end hide */
img{border:0;}
body {
	width:100%;
	height:100%;
	_width:expression((documentElement.clientWidth < 760) ? "760px" : "auto" );
	_height:expression((documentElement.clientHeight < 560) ? "560px" : "auto" );
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}