#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:81px;
	height:81px;
	border:none;
	text-indent:100%;
	background:url(../images/gtp.png) no-repeat left top;
}
#toTopHover {
	background:url(../images/gtp.png) no-repeat left -81px;
	width:81px;
	height:81px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}