#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	border: none;
	text-indent: 50px;
	line-height: 50px;
	background: transparent url(../images/ui.totop.gif) no-repeat left top;
}
#toTop:hover {
	background: transparent url(../images/ui.totop.gif) no-repeat left bottom;
}
#toTop:active, #toTop:focus {
	outline: none;
}