.banners{
  width: 614px;
  margin: 5px auto;
  margin-top: 15px;
}
.banner{
  width: 259px;
  padding-right: 24px;
  _width: 283px;
  height: 40px;
  _height: 60px;
  padding-top: 20px;
  text-decoration: none;
  float: left;
  clear: right;
  margin: 8px 0px;
  margin-left: 12px;
  display: block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: white;
  text-align: right;
  line-height: 1em;
  font-family: Garamond;
  font-size: 1.3em;
  font-weight: bolder;
  border-bottom: none !important;
}
.banner:hover, .banner:focus{
  background-position: 0px -60px;
  color: white !important;
}
#banner1{
  background-image: url('images/banner1.png');
}
#banner2{
  background-image: url('images/banner2.png');
}
#banner3{
  background-image: url('images/banner3.png');
}
#banner4{
  background-image: url('images/banner4.png');
}