/* Stylesheet for BigIslandJeepClub.com */

body {
  margin: 0;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFF url("../img/bijc.jpg") no-repeat 50% 50%;
  color: #999;
}

#copy {
  width: 100%;
  font-family: verdana;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 1px;
}