#button a {
  display: block;
  background:  url('/images/freeskinevaluation_withrollover3.gif') top;
  width: 170px;
  height: 50px;
  background-position: 0 0px;
}

#button a:hover {
  background-position: 0 -50px;
}

