.scrollToTop{
	width:40px;
	height:40px;
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:85%;
	right:1%;
	display:none;
	background: url('../images/totop.png') no-repeat;
}
.scrollToTop:hover{
	text-decoration:none;
}