body
{
	background: #000;
	color: #666;
}

p
{
	padding: 6px 0;
}

a
{
	text-decoration: none;
	color: #92C83E;
}

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

#doc #hd
{
	margin-top: 75px;
}

#doc #hd h1.logo
{
	background: url(images/logo.jpg) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 400px;
	height: 171px;
	margin: 0 175px;
	text-align: center;
}

#doc #bd
{
	margin: 10px;
	text-align: center;
}