/* CSS Document */

body {background-color: white;}

#container {
width: 900px; height: 450px;
	margin-right:auto;
	margin-left:auto;
	margin-top:75px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
		}

