@charset "utf-8";
body {
	background-color: #cfeeff;
	background-image: url(images/onyx_micro.jpg);
	background-repeat:no-repeat;
}
#top {
	width: 775px;
	height: 38px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;	
}
#content_holder {
	width: 883px;
	height: 475px;
	position:absolute;
	left: 57px;
	top: 45px;
}

#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;
}

