/* CSS Document */
body {
	background-color: #004c6a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

#header {
	background-color: #ffffff;
	position:absolute;
	bottom: 64%;
	width: 100%;
	height: 700px;
	background-image: url(top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat; 
}

#container {
	position:absolute;
	top: 36%;
	background-color: #004c6a;
	background-image: url(bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	text-align: center;
}
