/* CSS Document */

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-image:url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	margin: 0 auto;
 	 width: 900px;
}