/* Pembury Tavern main page style */

body {
    background: #CBCDF5;
    font-family: helvetica;
    margin: 0;
    padding: 0;
}

h1 {
  align: center;
}

#pembg {
  background-image: url(graphics/front-page.jpg);
  height: 680px;
  width: 860px;
}

#content {
  padding: 150px;
  position: relative;
  font-weight: bold;
  text-align: center;
}

#twitter {
  position: absolute;
  left: 100px;
  top: 60px;
}

#menu a {
  position: absolute;
  height: 110px;
  width: 130px;
  top: 450px;
  text-decoration: none;
}

#menu a span {
  visibility: hidden;
}

a#drinks { left: 155px; }
a#where  { left: 300px; width: 130px; }
a#who    { left: 465px; width: 110px; }
a#photos { left: 585px; width: 140px; }

