a#changing_button:link, a#changing_button:active, a#changing_button:visited {
  display: block;
  width: 210px;
  height: 283px;
  background-image: url('changing2.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-bottom:0;
}	
a#changing_button:hover {
  background-position: -210px;
  border-bottom:0;
  background-color:#ffffe5;
}



