html		{
	overflow : hidden;
}
body 				{
	background-color: #000000;
}
#center	{
	position : absolute;
	left : 50%;
	top : 50%;
	width : 780px;
	height : 600px;
	margin-left : -390px;
	margin-top : -280px;
	border : 0px solid Gray;
}
#flash	{
	position : absolute;
	left : 0px;
	top : 0px;
	width : 780px;
	height : 480px;
	background : transparent;
}
#logo		{
	position : absolute;
	left : 0px;
	top : 500px;
	background : url(../images/logo.png);
	width : 250px;
	height : 42px;
}
.white		{
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
}
.white a,
.white a:link,
.white a:visited,
.white a:active,
.white a:hover	{
	color : #FF9933;
}


