body {
	font-family: Verdana;
	font-style: normal;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}

font, td {
	font-family: Verdana;
	font-style: normal;
	font-size: 10pt;
	color: #FFFFFF;
	}
a {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
div.container{
	height: 100%;
	width: 800px;
	position: relative;
	margin: 0 auto;
	text-align:left; 
	
}
#title {
	top: 0;
	height: 160px;
	width: 800px;
	
	}

#main {
	top: 170px;
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:left;
	background-color: #000000;
	}
