@charset "utf-8";

.footer {
	width: 100%;
	background-color: #3478a4;
	position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    height: 30px;	
}
#footerInner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}

