body {
	background-image: url(images/body_bgd1.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	background-color: #2E110D;
}
#subcontent {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 440px;
}
#mainmenu {
	width: 960px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hover1 {
	float: left;
	width: 460px;
}
#hover2 {
	float: left;
	width: 460px;
}
#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.testofooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #E7D5AD;
}

a:link {
	color: #FFC;
}
a:visited {
	color: #FFC;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFC;
}

