@charset "utf-8";
/* CSS Document */

body,td,th { font-family:Tahoma, Helvetica, sans-serif; font-size:11px; color:#000; }
body { background-color:#000; margin:0px; padding:0px; text-align: center; }
a{ text-decoration:none; color:#AAA }
a:hover{ text-decoration:underline }
.clear { clear:both; visibility:hidden; }

#flash 
{
	position:absolute;
	width:900px;
	height:600px;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-450px;
}

#under
{
	color:#666;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
