img {
  border: 0px solid;
}

a#Enter {
  display: block;
  border: 0px solid;
  top: 260px;
  left: -95px;
  height: 53px;
  width: 188px;
  z-index: 7;
  text-decoration: none;
  position: relative;
  background: url('/images/Enter.png');
}

a#Enter:hover {
  background: url('/images/EnterHover.png');
}