@charset "utf-8";
body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/logo_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.leftSide {
	float: left;
	width: 293px;
}
.rightSide {
	float: right;
	width: 567px;
}
.footer {
	height: 50px;
	clear: both;
}
.footerImg {
	margin-top: 95px;
}
.whoText {
	background-color: #eff9ee;
	height: 410px;
	width: 293px;
	float: left;
}
.greenBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
.contactGreen {
	background-color: #eff9ee;
	height: 215px;
	width: 293px;
	float: left;
}
.wrapper .leftSide .frontGreenBox p {
	font-size: 10px;
}
