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