body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 12px;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
}

#menu a
{
	font-size: 12px;
}

#header
{
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#menu
{
	width: 580px;
	height: 570px;
}

#footer
{
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 580px;
	height: 670px;
	margin-top: -335px;
	margin-left: -290px;
}