* {
	margin: 0;
}

body {
	text-align: center;
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	padding: 0;
}
#content {
	background: #FFF;
	height: 40px;
	width: 625px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -312px;	
}

#footer {
	background: #FFF;
	height: 550px;
	width: 625px;
	left: 50%;
	margin-left: -312px;
	
	position: fixed;
	bottom: 0px;
}

* html #footer { 

position: absolute; /* position fixed for IE6 */

bottom: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');

left: expression(50+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'%');
margin-left: expression(-312+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
} 
