/* Image style */
#scrollUp {
	bottom: 15px;
	/* left: 50%; */
	right: 15px;
	height: 65px;  /* Height of image */
	width: 65px; /* Width of image */
	background: url(../images/go-up.png) no-repeat;
	/* margin-left:-570px; */
	background-size: 100%;
	display: none;
}