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

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

img.center {
	position: absolute;
	left: 50%;
	width: 511px;
	margin-left: -255px;
	top: 50%;
	height: 206px;
	margin-top: -103px;
}