div.button {
  position        : relative;
}
img.button {
  position        : absolute;
  top             : 0px;
  left            : 0px;
}
a.button {
  position        : relative;
  display         : block;
  text-decoration : none;
}
a.button:hover {
  opacity         : 0;
  -moz-opacity    : 0;
  filter          : alpha(opacity:0);
}
img {
  border          : 0;
}