body {
	margin:0px;
	padding:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #003466;
}

#Content {
	position:absolute;
	left:50%;
	width:780px;
	margin-left:-390px;
	padding:0px;
	}