#pageWrapper { 
	width: 950px;
	text-align:left; 
	padding-top: 0px;
	margin: 0 auto;
	background-color: #001621;
}

/* footer */
#footer {
	width:100%;
	background-color: #001621;
	color: #fff;
	margin: 0;
	clear: both;
	padding: 0;
}
#footer .content {
	padding: 20px;
}




 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

