body {
	background-color:#4f599e;
	width=100%;
	padding:0px 0px 100px 10px;
}

a {
	color:#d6d6d6;
	text-decoration:none;
}

a:visited {
	color:#d6d6d6;
	text-decoration:none;
}

a:hover {
	color: #e9e8ef;
	text-decoration:underline;
}

#banner {
	position: absolute;
	background-color:#1d2baa;
	width:800px;
	top:0px;
	left:0px;
	border:4px solid;
	padding: 8px;
}

#spacer {
	position: absolute;
	top: 800px;
	width:800px;
	border:0px solid;
	padding: 10px;
}

#title1 {
	position: absolute;
	background-color:#1d2baa;
	
	top: 110px;
	left:80px;
	border:4px solid;
	padding:8px;
}

#title2 {
	position: absolute;
	background-color:#1d2baa;
	
	top:110px;
	left: 500px;
	border:4px solid;
	padding:8px;
}

#body1 {
	position: absolute;
	background-color:#ffbf00;
	width: 300px;
	top: 145px;
	left: 72px;
	border:4px solid;
	padding:8px;
}

#body2 {
	position: absolute;
	background-color:#ffbf00;
	width:140px;
	top: 145px;
	left:492px;
	border:4px solid;
	padding:8px;
}