#logo1 {
      background-image:url(ecopris_logo.png);
      background-repeat:no-repeat;
	  padding-top:20px;
	  width:50px;
	  height:50px;
   }
#menuECO{
	background-repeat:no-repeat;
	left: 250px;
	position: absolute;
	top:150px;
}
#footer {
	background-image:url(partnerECO.png);
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	position:fixed;
	bottom:0;
	left:250px;
	padding-bottom:100px;
	
}

.classbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #aac7e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aac7e3;
	box-shadow:inset 0px 1px 0px 0px #aac7e3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2fb5b5), color-stop(1, #3fa3a6) );
	background:-moz-linear-gradient( center top, #2fb5b5 5%, #3fa3a6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fb5b5', endColorstr='#3fa3a6');
	background-color:#2fb5b5;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	border:2px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:43px;
	line-height:43px;
	width:108px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.classbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3fa3a6), color-stop(1, #2fb5b5) );
	background:-moz-linear-gradient( center top, #3fa3a6 5%, #2fb5b5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa3a6', endColorstr='#2fb5b5');
	background-color:#3fa3a6;
}.classbutton:active {
	position:relative;
	top:1px;
}