#container { 
	position: absolute;
	left: 10%;
	right: 10%;
	margin: auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	width: 80%;
}