body {
  background-position: 50% -120px !important;
  margin: 0px;
  /*height: 99.9%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d1d1d1 !important;
  background-image: url(images/Meadows_bldgs_LG.gif);
  background-attachment: fixed;
}
body > table {
  background-color: rgba(255,255,255,.5);
  margin-bottom: 0px;
}

table.top-menu th {
  width: 16.66%;
}
table.top-menu a {
  margin: 0px;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
table.top-menu a:hover {
  text-decoration: underline;
}
table.top-menu th {
  height: 33px;
  vertical-align: middle;
}
table.top-menu th.button-home {
  background: #a864a9;
}
table.top-menu th.button-about {
  background: #0076a3;
}
table.top-menu th.button-upcoming {
  background: #197b30;
}
table.top-menu th.button-featured {
  background: #bcb333;
}
table.top-menu th.button-resources {
  background: #ed00bc;
}
table.top-menu th.button-contact {
  background: #ee1d23;
}
