.scrollToTop {
	width : 64px;
	height : 64px;
	text-decoration : none;
	position : fixed;
	bottom : 5%;
	right : 5%;
	display : none;
	background : url('../images/arrow-up.png') no-repeat center center;
}

.scrollToTop:hover {
	text-decoration : none;
}