html {
	height: 100%;
}
#mainSWF {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#cccccc;
}