a#scroll-to-top {
	background: url(../images/arrow.png) no-repeat center center; /* Background image, replace in images folder */
	width: 35px; /* Match to background image size */
	height: 70px;
	position: fixed; /* Postion on the page */	
	right: 30px;
	bottom: 30px;
	text-indent: -9999px; /* Hide link text */
	font-size: 0;
	cursor: pointer; /* Other */	
	outline: 0;
	}