body {
	background: #230E04;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FCEBC8;
}

a {
	color: #FCEBC8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	background: url(images/header-bg.jpg) no-repeat;
	width: 800px;
	height: 671px;
	position: relative;
	margin: 0px auto;
}

#main {
	position: relative;
	top: 485px;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 272px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#promo {
	width: 800px;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 0px auto;
	width: 800px;
	position: relative;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}