html, body, #wrap { height: 100%; }
body > #wrap { height: auto; min-height: 100%; }
#main { padding-bottom: 80px; }
#footer {
	position: relative;
	margin-top: -52px;
	height: 52px;
	clear:both;
	background: transparent url(../images/footer_bg.png);
	width: 900px;
	margin: 0 auto;
	} 

#footer .left {
	width: 300px;
	float: left;
	margin-top: 20px;
	padding-left: 10px;
	color: #003374;
	}
	
#footer .right {
	margin-top: 20px;
	width: 300px;
	float: right;
	padding-right: 0px;
	color: #003374;
	}
	
#footer a:link { color: #003374; text-decoration: none; }
#footer a:visited { color: #003374; text-decoration: none; }
#footer a:active { color: #003374; text-decoration: none; }
#footer a:hover { color: black; text-decoration: none; }
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
* html .clearfix { 
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
