/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	position:absolute;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
}
/* end hide */

#content {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 100%;
	height: 100%;
	margin-top: -600px; /* half of the height */
	margin-left: -800px; /* half of the width */
}