/*hide from ie on mac\*/
#flashcontent {	
	clear: both;
	position: relative;
	width: 930px;
	height: 650px;
}
/* end hide */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #666666 url(../images/bg.gif) repeat top left;
}
#wrap {
	position: relative;
	width: 930px;
	height: 100%;
	margin: 0 auto;
}
#floater {
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -325px; /* height flashcontent / 2 */
}
#noflash {
	font: 12px Arial, "MS Trebuchet", sans-serif;
	color: #fff;
}
#noflash h1 {
	font-size: 18px;
}