   .Wrapper {padding-bottom:0px !important;}

#toTopHover {

    background: url(../images/icons/icon_totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;

}
#toTop {

    display: none;
    text-decoration: none;
    position: fixed;
    z-index: 3000;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(../images/icons/icon_totop.png) no-repeat left top;

}