@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#global {
     position:absolute;
	 z-index:1;
     left: 50%; 
     top: 50%;
     width: 990px;
     height: 600px;
     margin-top: -300px; 
     margin-left: -495px; 
     border: 0px;
	 float:left;
	 display:block; 
}
#logo {
	position:relative;
	width:250px;
	height:76px;
	float:left;
	display:block;
}