html, body{
	margin: 0px;
	width: 100%;
	height: 100%;
}
div#flashcontent{
	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}