/* hide from ie on mac \*/
html {
	height: 100%;
}
#flashcontent {
	height: 100%;
	/* mozilla */
	min-width: 990px;
	min-height: 585px;
	/* IE */
	width:  expression( Math.max(document.body.clientWidth, 990) + "px" );
	height:  expression( Math.max(document.body.clientHeight, 585) + "px" );
	
}
#flashcontent p {
	padding:20px;
	font-family:arial;
	font-size:14px;
	color:#CCC;
	}
#flashcontent p a {
	color:#8888AA;
	}
#flashcontent p strong {
	font-size:20px;
	}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #151519;
}
