@charset "UTF-8";
/* CSS Document */

body {
	background: #B3B3B3;
	margin:0;
	padding:50px;
}
.wrapper {
	width:800px;
	margin:auto;
	background:#fff;
}
.menu ul, .menu li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu {
	background: #b3b3b3;
	width:425px;
}
.menu a {
	display:block;
	float:left;
	height:23px;
	text-indent:-9000px;
}
a.one {
	width:45px;
	background: url(images/one.jpg) no-repeat top left;
}
a.two {
	width:55px;
	background: url(images/two.jpg) no-repeat top left;
}
a.three {
	width:104px;
	background: url(images/three.jpg) no-repeat top left;
}
a.four {
	width:119px;
	background: url(images/four.jpg) no-repeat top left;
}
a.five {
	width:102px;
	background: url(images/five.jpg) no-repeat top left;
}
.green-column {
	width:651px;
	float:left;
	display:block;
	background:#a6c112 url('images/greenback.jpg') repeat-x top left;
	height:555px;
	position:relative;
}
.footer {
	clear:both;
	display:block;
	padding-top:50px;
	background:url('images/footer.jpg') no-repeat top left;
}
.footer a {
	display:block;
	float:right;
	height:35px;
	text-indent:-9000px;
	width:150px;
}


a.contact {
height:20px;
left:75px;
position:absolute;
text-indent:-9000px;
top:170px;
width:210px;
}