#outer {
	position: absolute;
	left:0px;
	width: 100%;
	height: 470px;
	/* hide from IE mac \*/
	top: 50%;
	margin-top: -235px;  
	/* half of height */
	/* IE Mac can see the rest of the style sheet */
}

body {
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #FFFFFF;
}

div#footer {
	width:100%;
	text-align:center;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

html, body .clearfix {
	display:block;
	width: 100%;
}

html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

