body {
  background: url("images/contact_bg.jpg") no-repeat;
}

#wrapper {
  width: 960px;
  height: 720px;
}

#addr-layer {
  height: 15%;
}

#addr-layer p {
  font-size: 13.5pt;
  text-align: center;
}

#by-phone {
  position: absolute;
  left: 40px; top: 150px;
}

#image {
  position: absolute;
  top: 150px;
  left: 548px;
  border: 3px ridge black;
  z-index: -1;
}

#online {
  position: absolute;
  left: 180px; top: 250px;
}

#by-mail {
  position: absolute;
  left: 620px; top: 450px;
  height: 20%;
}

#forms {
  position: absolute;
  z-index: 2;
  left: 40px; top: 340px;
  width: 468px;
  font-size: 13.5pt;
}

#forms img {
  border: 0;
}

#forms a {
  color: DarkRed;
}

#motto {
  position: absolute;
  left: 0; top: 650px;
  width: 960px;
  text-align: center;
  font-size: 21pt;
  font-weight: bold;
}

h1 {
  margin-top: 2em;
  text-align: center;
}

