body {
	background-color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
}

p{ 	
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
}

a{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#900;
}



div#content{
	position:absolute;
	left:50%;
	margin-left: -450px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	top:0px;
	width:900px;
	height:800px;

	}


div#PageContent{
	width:900px;
	height:800px;
}

