body	{


}

h1	{
color: #dff6d2;

}

#entersite
{ position:absolute;
  left:50%;
  display: block;
  width: 180px;
  height: 25px;
  background: url("images/enter.jpg") no-repeat 0 0;

}

#entersite:hover
{ 
  background-position: 0 -25px;
}

#entersite span
{
  display: none;
}