@charset "utf-8";
body {
	background-color: #2b3336;
	background-image: url(images/back.jpg);
	background-repeat:no-repeat;
}
#top {
	width: 1024px;
	height: 768px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;	
}
#content_holder {
	width: 875px;
	height: 573px;
	position:absolute;
	left: 62px;
	top: 150px;
}
#logo{
	position:absolute;
	left: 782px;
	top: 194px;
}
#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;
}

