@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
	
#noflash {
	position:absolute;
	height:100px;
	top:50%;
	margin-top:-50px;
	width:350px;
	left:50%;
	margin-left:-175px;
	color:#CCCCCC;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
	
#noflash a {
	color:#FFFFFF;
	text-decoration:underline;
}