html, body {height:100%;}

#outer {
	height: 100%; 
	position: relative;
	width: 100%;
}

#inner {
	left: 50%;
	margin-left: -456px; 
	top: 7px;
	width: 100%;
}

#inner {
	position: absolute; 
	top: 7px;
}
