﻿#button
{
  display: block;
  width: 100px;
  height: 20px;
  background: url(../images/ClickHere.gif) no-repeat 0 0;
}

#button:hover
{ 
  background-position: 0 -20px;
}

#button span
{
  display: none;
}
