#topcontrol {
    background-image: url("up.png");
    height: 40px;
    width: 40px;
    z-index: 99999;
}

.top {position: fixed; bottom: 10px; right: 10px; cursor: pointer; opacity: 0;}
.top:hover {position: fixed; bottom: 10px; right: 10px; cursor: pointer; opacity: 1;}