#DivFooter {
	background-color: #131210;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8ba300;
	height: 50px;
	padding-top: 5px;
}
#DivFooterWrapper {
	padding: 0px;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#DivFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#DivFooter a:hover {
	text-decoration: underline;
}
