body {
background-color:#6C912A;
background-image: url('tmp/background.gif');
background-position:top center;
background-repeat: no-repeat;
margin:0;
padding:0;
font-family: Arial, Helvetica, Geneva, sans-serif;
}
#wrapper {
margin:0 auto;
width:700px;
}
#top {
background-image: url('tmp/top.png');
background-position:top center;
background-repeat: no-repeat;
height:195px;
width:100%;
margin-top:25px;
}
#form {
background-image: url('tmp/form.png');
background-position:top center;
background-repeat: no-repeat;
width:100%;
padding-top:12px;
}
input
{
color: #6C912A;
font-size:18px;
background: none;
border: 0px ;
margin:0 auto;

display:block;
}

.one {
width:390px;
margin:0 auto;
height:35px;
padding:10px 5px 5px 5px;
}
#contact {
margin:0 auto;
width:390px;

}
.two {
border: 0px ;
font-family: Arial, Helvetica, Geneva, sans-serif;

color: #6C912A;
font-size:18px;
width:390px;
margin:0px auto;
height:170px;
background: none;
padding:5px;
}
p {text-align:center;}

.button {
background-image: url('tmp/Btn.png');
background-position:top center;
background-repeat: no-repeat;
width: 276px;
height:64px;
}
.button:hover {
background-image: url('tmp/Btn-over.png');
}
.clear {
clear:both;
}
#footer {
width:100%;
text-align:center;
font-size:14px;
color:#fff;
}
