div.footer{
	width:100%;
	display:block;
	height:30px;
	background-color:#003612;
	margin:0;
	padding:0;
	position:relative;
}
div.container_footer{
	width:998px;
	height:30px;
	background-color:transparent;
	margin-right:auto;
	margin-left:auto;
	
}
p.copyright{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:White;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:8px;
}
div.clearFooter {
	height:30px;
        clear: both;
}
