body {
	font:10pt "Trebuchet MS", sans-serif;
	color:#FFF;
	background-color:#203b1b;
	margin:0px;
	padding:0px;
}

/******** Layout divs********/
#wrapper {
	position:relative;
	margin-top:auto;
	margin-bottom:auto;

	width:100%;
	height:640px;
	top:-50px;
}
#logo {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	height:842px;
	background-image:url(img/enviro_shred-logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#right {
	
	position:relative;
	margin-right:auto;
	margin-left:auto;
	top:0;
	width:100%;
	height:241px;
	z-index:0;
}

.hideme {
position:absolute;
	top:-500px;
}
.center {
	text-align:center;
	position:relative;
	top:250px;
}
a {
	font-size:400%;
	text-decoration:none;
	color:#FFF;
	display:block;
	z-index:1;
}