html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#site {
	width:100%;
	height:100%;
}

#noflash {
	width:400px;
	height:180px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-90px;
	display:block;
	overflow:hidden;
	background-image:url(../images/noflash.jpg);
	background-repeat:no-repeat;
}