.scrollToTop{
	width:32px; 
	height:60px;
	padding:0px; 
	text-align:center; 
	font-size: .7em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	background: url('/images/scroll2top.png') no-repeat 0px 25px;
}
.scrollToTop:hover{
	text-decoration:none;
}