body {
  height: 100%;
  background: url('../images/leaves_texture1238.jpg') rgb(255, 255, 255);
  background-size: auto auto;
  background-position: center center;
  background-attachment: fixed;
  font-size: 1em;
}

.element {
  width: 17.3333333333%;
  height: 72px;
  margin: 29px auto 0;
  background: none, url('../images/RSVP1.png') rgb(222, 222, 222);
  background-repeat: , no-repeat;
  background-size: , auto auto;
  background-position: , center center;
  background-attachment: , scroll;
}

.element:hover {
  background-image: url('../images/RSVP2.png'), none;
  background-repeat: no-repeat, ;
  background-size: auto auto, ;
  background-position: center center, ;
  background-attachment: scroll, ;
}

.image {
  display: block;
  width: 721px;
  height: auto;
  margin: 21px auto 0;
  overflow: hidden;
}