/* Image style */
#scrollUp {
	bottom: 50px;
	right: 80px;
	height: 50px;  /* Height of image */
	width: 50px; /* Width of image */
	background: url(./top.png) no-repeat;
}

#scrollUp:hover{
	bottom: 60px;
}