/* hide from ie on mac */
html, body, #website{
	height: 100%;
	overflow: hidden;
}
/* end hide */
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}