/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body
{
	margin: 0;
	padding: 0;
	border: 0;
	height:100%;
	background: #000;
	color: #fff;
	font: 11px sans-serif;
}
