.footer {
	background: #040c59;
	height: 85px;
	width: 655px;
	position: absolute;
	left: 125px;
	bottom: 25px;
}
.header {
	height: 78px;
	width: 655px;
	position: absolute;
	left: 125px;
	top: 5px;
	background: #040c59;
}
td {
	text-align: center;
	vertical-align: top;
	font: bolder normal 16px "Tempus Sans ITC";
	color: blue;
}
.menu {
	background: #040c59;
	height: 53px;
	width: 655px;
	position: absolute;
	left: 125px;
	top: 100px;
}
.container {
	background: #8e7356;
	width: 900px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
}
body {
	text-align: center;
	margin: auto;
	border: 2px solid #fff;
	background: #ddd0c1;
	
}
.indexbody {
	width: 800px;
	position: absolute;
	left: 45px;
	top: 175px;
	background: #040c59;
}
.footeremail {

	background: #595959;
	height: 20px;
	width: 655px;
	position: absolute;
	left: 50px;
	bottom: 50px;
}