body {
	margin: 10px 0px 3px;
	padding: 0px;
	background-color: #C2B4A7;
	text-align: center;
}
div#header {
	text-align: center;
	height: 100px;
	width: 760px;
	background-color: #000000;
}
img#title {
	margin-top: 20px;
}
div#content {
	background-color: #9D8B73;
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
div#footer {
	height: 30px;
	width: 760px;
	background-color: #9D8B73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BBBBBB;
	text-align: center;
}
div#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	height: 16px;
	width: 760px;
}
