body{
	background-color: #000;
}
#home_button a{
      background-image: url(button.jpg);
      width:148px;
      height:48px;
	  float: left;
}
#home_button a:hover{
      background-position: -148px;
}
.hide{
	display: none;
}