#toTop {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	padding:0;
	width:69px;
	height:69px;
	border:none;
	background:url("../images/totop.png") no-repeat left top;
}

#toTopHover {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	background:url("../images/totop.png") no-repeat left -90px;
	padding:0;
	width:69px;
	height:69px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
