/* hide from ie5 mac \*/
html.hasFlash {
	height: 100%;
	overflow: hidden;
}
.hasFlash #flash {
	height: 100%;
}
/* end hide */
.hasFlash body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hasFlash body #container {
	display: none;
}
.hasFlash #flash {
	display: block;
	position: absolute;
	top: 0;
}
