html, body {
	height: 1200px;
	padding: 0;
	background-image: url(img/htmlBackground.jpg);
	background-position: top center;
}

#mainWindow {
	width: 100%;
	height: 1200px;
	
}

#mainContent {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 235px;
	margin: 0 auto;
}
