body {
	background-color: #77181c;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
#main {
	background-color: #77181c;
	height: 1000px;
	width: 800px;
	margin: auto;
}
#top {
	background-color: 77181c;
	height: 150px;
	width: 800px;
}
#middle {
	background-color: #77181c;
	height: 50px;
	width: 800px;
}
#right {
	height: 1100px;
	width: 800px;
	margin: auto;
	float: left;
	background-color: #77181C;
}
