body {
	background-color: #000000;
}
#banner {
	position: absolute;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	left: 42px;
	top: 330px;
	width: 127px;
}
#main {
	position: absolute;
	height: auto;
	width: 850px;
	left: 225px;
	top: 270px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
