body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
}
#main {
	height: 720px;
	width: 800px;
	margin: auto;
}
#middle {
	background-color: #00FF00;
	height: 35px;
	width: 800px;
}
#bottom {
	height: 450px;
	width: 300px;
	background-color: #000000;
	float: left;
}
#top {
	background-color: #FF0000;
	height: 200px;
	width: 800px;
}

#right {
	background-color: #000000;
	height: 450px;
	width: 485px;
	float: right
	
}

	
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #7C0914;
	text-decoration: none;
}
a:active {
	color: #6ACDF2;
	text-decoration: none;
}
