body {
  width: 100%;
  height: 100%;
  background: #000000 url('/images/bg.jpg') repeat-x center top;
  font-family: "Archer", Georgia, Times, “Times New Roman”, serif;
  font-size: 22px;
  color: #4e4e4e;
}

body .content {
  width: 980px;
  margin: 0 auto;
  height: 750px;
  position: relative;
}

form {
  position: absolute;
  top: 311px;
  left: 347px;
  width: 588px;
  height: 113px;
  background: #000000 url('/images/form.jpg') no-repeat left top;  
}

form input#address {
  background-color: transparent;
  border: 0 none;
  font-family: "Archer", Georgia, Times, “Times New Roman”, serif;
  position: absolute;
  left: 40px;
  top: 55px;
  width: 390px;
  font-weight: normal;
}

form input[type="submit"].submitter {
  background-color: transparent;
  border: 0 none;
  position: absolute;
  left: 447px;
  top: 45px;
  width: 120px;
  display: block;
  height: 46px;
  color: transparent;
}

#social {
  position: absolute;
  top: 423px;
  left: 465px;
}

#social a {
  display: block;
  height: 40px;
  width: 170px;
  position: absolute;
  color: transparent;
}

#social a.facebook {
  left: 210px;
  width: 140px;
}