body {
	background-image: url(images/backgrd.jpg);
	background-repeat: repeat;
}
#main {
	background-color: #999999;
	height: 1000px;
	width: 800px;
	margin: auto;
}
#top {
	background-color: #FF0000;
	height: 150px;
	width: 800px;
}
#middle {
	background-color: #00FF00;
	height: 35px;
	width: 800px;
}
#bottom {
	height: 825px;
	width: 800px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
