/* CSS Document */

#button {
	position:absolute; 
	z-index:11;
	left:80px; 
	top:0px;
	padding:0;
	border: 0;
	margin: 0;
	width:80px;
	height:80px;
	background: url(homebutton_hover.gif) no-repeat;
	}
.alt {
	
	display: none;
	}
	
#buttonlink {
	display: block;
	padding:0;
	border: 0;
	margin: 0;
	width:80px;
	height:80px;
	background: url(homebutton_default.gif) no-repeat;
}

a#buttonlink:hover {
	background: url(homebutton_hover.gif) no-repeat;
}
