@charset "UTF-8";
/* CSS Document */
html {
	height:100%
}
body {
	margin:auto;
	background-color:#000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#009;
	text-align:center;
	height:100%;
}


	
a, a:visited {
	color:#009
}
	
a:hover {
	color:#FFF
}

#flashBody {
	position: top;
	vertical-align:top;
	height:95%;
	overflow: hidden;
}
