body {
	background-color: #000;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h1 a {
	display: block;
	float: left;
	width: 139px;
	height: 190px;
	margin: 0 20px 0 0;
	background: #000;
	text-indent: -10000px;
	background-image: url(../images/bdp_logo.png);
	font-size: 1px;
}

a {
	color: #FF0000;
	background-color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #FF0000;
}

p {
	margin: 20px 0 0 0;
}

#container {
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: 150px;
}

#content {
	margin: 0 0 0 0;
	float: left;
	display: block;
	width: 241px;
}