﻿#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 38px;
    width: 38px;
    background: url("images/top.png") no-repeat;
    display: none;
    position: fixed;
    z-index: 2147483647;
    cursor:pointer;
}
