@charset "utf-8";
body {
	text-align: center;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding: 0px;
}
#top {
	width: 775px;
	height: 38px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;	
}
#content_holder {
			margin: 0 auto;
			text-align:center;
	width: 798px;
	height: 510px;
	padding-top:37px;
	padding-left:-1px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;	
}

#contact {
	width: 800px;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color: #a07e24;
	padding: 10px 5px;
}
#contact a {
	color: #79601C;
}
#contact a:hover {
	color: #a07e24;
}