/* Image style */
#scrollUp {
    background-image: url("../../img/top.png");
    bottom: 20px;
    left: 50%;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
    margin-left: -560px;
}
