html {
	height: 100%;
}
body {
	margin: 0px;
	background: #000000;
	color: #999999;
	font: 0.625em Arial, helvetica, sans-serif;
}
body a {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}
body a:hover {
	color: #ffffff;
}
p {
	margin-top: 0em;
	margin-bottom: 0.3em;
}
small {
	font-size: 0.85em;
}
.main {
	position: absolute;
	width: 1026px;
	height: 640px;
	top: 50%;	
	left: 50%;
	margin-top: -300px;
	margin-left: -512px;
	overflow: hidden;
}
#flash {
	width: 1024px;
	height: 576px;
	border: 1px solid #999999;	
}	
.text {
	width: 1024px;
	padding-top: 10px;
	text-align: center;
	font-size: 1.3em;
}