#background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -2;
}

.stretch {
  width:100%;
  height:100%;
}

.subpage header {
  background: none;
  box-shadow: none;
  height: 470px;
}

header .background {
  max-width: 1000px;
  width: 100%;
  height: 470px;
  margin: 40px auto 0 auto;
  z-index: -1;
}

header a {
  display: block;
  position: relative;
  bottom: 460px;
  left: 25px;
  max-width: 422px;
  height: 150px;
}

.main {
  max-width: 1000px;
  width: 100%;
  min-height: 550px;
  margin: 0 auto;
  background: transparent url("../../../images/hotels/pointe_south_andros/content-bg.gif") repeat;
}

.site-footer {
  max-width: 1000px;
  width: 100%;
  min-height: 43px;
  margin: 0 auto 40px auto;
  background: #333;
}

.site-footer p {
  color: #ccc;
  margin-left: 35px;
}

@media (max-width: 700px) {
  hgroup.deal h4 {
    font-size: 14px;
  }

  .subpage header {
    height: 250px;
  }

  header a {
    left: 10px;
    max-width: 250px;
    height: 90px;
    bottom: 255px;
    left: 5px;
    z-index: 2;
  }

  header .background {
    max-width: 400px;
    width: 100%;
    height: 250px;
  }

  .room_thumbnail img {
    height: 20%;
  }
}
