@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #FFFFFF;
  background: #000000;
}

a img {
  border: none;
  padding: 0;
  margin: 0;
}

a {
  color: #FFCC33;
  font-size: 0.85em;
}

#wrapper {
  width: 750px;
  height: 450px;
  padding-top: 50px;
  margin: auto;
  background: url(bedfordbg.jpg) right no-repeat;
  position: relative;
}

#content {
  width: 400px;
  text-align: center;
}

.pricelist {
  font-weight: bold;
  font-size: 1em;
}

#footer {
  font-size: 0.85em;
  font-style: italic;
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
}