/* Image style */
#scrollUp {
    background-image: url("top.png");
    bottom: 200px;
    right: 20px;
    width: 50px;    /* Width of image */
    height: 49px;   /* Height of image */
	position:fixed;
}
#scrollUp-active{display:none;}
