.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	/*background: url('arrow_up.png') no-repeat 0px 20px;*/
        border:1px;
        position:fixed; top: 90%;right:20px;
        
}
.scrollToTop:hover{
	text-decoration:none;
}