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

body {
	background: #000000;
	margin: 0;
	padding: 0;
	color:#FFF;
	font: normal 12px Verdana, Arial, Tahoma;
}


#content {
	position: absolute;
	width: 940px;
	height: 550px;
	margin: 0px 0 0 -470px;
	top: 40px;
	left: 50%;
	font-size:12px;
	color: #999;
	z-index:-1000;
}
