/* Image style */
#scrollUp {
    background-image: url("./images/top.png");
    bottom: 20px;
	right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
