@charset "utf-8";
body {
	background-color:#000;
	left:0px;
	top:0px;
}
#top {
	width: 892px;
	height: 38px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;	
}
#content_holder {
	left: 0px;
	position:absolute;
	top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	height: 802px;
	width: 936px;
}
#flash_cont{
	width: 714px;
	height: 550px;
	position:absolute;
	left: 33px;
	top: 106px;
}
#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;
}

