body { margin: 0px; 
       background-image: url(images/vrtBar.jpg);
       background-repeat: repeat-y;
       background-attachment: scroll; }
       
table { font-family: tahoma, arial, helvetica; font-size: 10pt; }

#shop {
  display:block;
  background:url(images/shopBtn.jpg) no-repeat;
  width:156px;
  height:28px;
}
#shop:hover {
  background:url(images/shopBtn-over.jpg) no-repeat;
}

#location {
  display:block;
  background:url(images/locationBtn.jpg) no-repeat;
  width:156px;
  height:28px;
}
#location:hover {
  background:url(images/locationBtn-over.jpg) no-repeat;
}

#about {
  display:block;
  background:url(images/aboutBtn.jpg) no-repeat;
  width:156px;
  height:28px;
}
#about:hover {
  background:url(images/aboutBtn-over.jpg) no-repeat;
}

#contact {
  display:block;
  background:url(images/contactBtn.jpg) no-repeat;
  width:156px;
  height:28px;
}
#contact:hover {
  background:url(images/contactBtn-over.jpg) no-repeat;
}

#shop_button {
  display:block;
  margin:20px auto;
  width:220px;
  line-height:50px;
  background:#e4eed7;
  border:4px solid #669966;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-align:center;
  font-size:20px;
  color:#333;
}
