@charset "utf-8";
/* CSS Document */

html, body{
	margin:0; 
	padding:0; 
	height:100%;
	background-color:#000;
} 
body{
	font-family:Helvetica, Verdana;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
} 
/*#wrap { 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin: 0 auto; 
	background: #000; 
} */
#wrap { 
	margin: 0 auto; 
	width: 910px; 
} 
#content { 
	background: #000; 
	text-align: center; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 520px; 
	margin-top: -260px; 
	width: 910px; 
	margin-left: -455px;
	background-image:url(../images/bg.jpg);  
	background-repeat:no-repeat; 
	background-position:top;
	border:0px solid #333;
} 
 

