* {
	margin:0px;
	padding:0px;
}
a
{
	text-decoration: none;
	color:#000;
}

a:visited
{
	text-decoration: none;
	color:#333;
}

a.hover
{
	text-decoration: none;
	color:#000;
}

body {
	background-image:url(/images/background.gif);
	background-repeat:repeat;
	margin-top:0px;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#whitespace {
	position:absolute;
	top:62px; 
	background-color:#FFFFFF; 
	height:87px; 
	left: 0px; 
	width:100%;
}

#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	padding-top: 72px;
	width:812px;
}

#footer {
	width: 812px;
	height: 100px;
	margin: 20px 0px 0px 12px;
	text-align: left;
	padding-top: 0px;
	color:#000;
}

#footer p {
	margin-top: 8px;
}

#footer a:hover {
	color: #333;
}

#footer a {
	color: #000;
}