body
{
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	background-color: #000000;
	height: 100%;
	text-align: center;
	overflow: scroll;
}

#main
{
	width: 600px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width: 600px;
	height: 80px;
	background: url(header.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: -20px;
}

#nav
{
	width: 600px;
	height: auto;
}


p
{
	font-size: 12px;
	color: #888888;
	text-align: left;

}



img
{
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}



