html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	text-align:center;
}

a
{
	color: #a5851f;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

#hw
{
	width:508px;
	margin:0px auto;
	border: 1px solid black;
}

#logo
{
	background: #fff url(../images/hw.jpg);
	height: 600px;
	width: 508px;
}

#links
{
	width: 508px;
}

#forum
{
	float: left;
	width: 254px;
	text-align: center;
}

#eqdkp
{
	float: left;
	width: 254px;
	text-align: center;
}

.cl
{
	clear: left;
}