#flash{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
body{
	height:100%;
	background:#FFFFFF;
	margin:0;
	padding:0;
}
#flashcontent {
	width:100%;
	height:100%;
}


