#footer{
	margin:0 auto;	
	height:130px;
	border-top: 2px solid #999999;
	background: #e7e9ef;
	width:982px;
	clear:both;
}
#footer #content_text{
    margin:0 auto;
    width:960px;
	height:100px;
	background-color:#e7e9ef;
	position:relative;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer #content_text h1{
    font: 12px Arial, Helvetica, sans-serif;
	position:absolute;
	top:20px;
	right:0px;	
}
#footer #content_text img{
	border:0px;
}
#footer_bg{
	margin:0 auto;
	width:982px;
	height:30px;
	background-color:#00144d;
	}