@charset "utf-8";
body {
	background-color:#8cc63e;
	background-image: url(images/green_micro.jpg);
	background-repeat:no-repeat;
}
#top {
	width: 775px;
	height: 38px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;	
}
#content_holder {
	width: 794px;
	height: 485px;
	position:absolute;
	left: 30px;
	top: 180px;
}
#content_holder_b {
	position:absolute;
	width: 873px;
	height: 170px;
	top: 1px;
	left: 0px;
}
#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;
}

