body	   {
background-color:#cccccc;

margin: 0; 
padding: 0;

}

H1	{ color:#cccccc;
         
}

table {

	border: 5px black double;

}

#entersite
{
  display: block;
  width: 200px;
  height: 60px;
  background: url("images/entersite.jpg") no-repeat 0 0;

}

#entersite:hover
{ 
  background-position: 0 -60px;
}

#entersite span
{
  display: none;
}

