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