


H1	{
color:#ffffff;

}


#entersite
{
  display: block;
  width: 300px;
  height: 50px;
  background: url("images/enter_btn.jpg") no-repeat 0 0;

}

#entersite:hover
{ 
  background-position: 0 -50px;
}

#entersite span
{
  display: none;
}


#enquiry
{
  display: block;
  width: 300px;
  height: 30px;
  background: url("images/enquiry.jpg") no-repeat 0 0;

}

#enquiry:hover
{ 
  background-position: 0 -30px;
}

#enquiry span
{
  display: none;
}

#header	{
float:left;
width:600px;
height:118px;

}		


#weather
{
  display: block;
  width: 300px;
  height: 30px;
  background: url("images/weatherfor.jpg") no-repeat 0 0;

}

#weather:hover
{ 
  background-position: 0 -30px;
}

#weather span
{
  display: none;
}
