#footer
{
	font: 11px Arial;
	color: #346200;
	line-height: 75px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer_background
{
	height: 75px;
	background: url(../images/footer/background.png) repeat-x center top;
	width: 100%;
}

#footer a
{
	color: #346200;
	text-decoration: none;
	margin: 0px 5px;
	/* IE6 fix */
	position: relative;
}

.footer_hr_top
{
	height: 1px;
	width: 960px;
	margin: 0px auto;
	background: url(../images/footer/hr.png) no-repeat center top;
}

