#goto-top {
    position:fixed;
    width:25px;
    height:25px;
    background:#225A7C url(../img/top.png) no-repeat 0 0;
    background-size: 25px;
    bottom:75px;
    right:40px;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
    z-index:9999;
    display:none;
}
#goto-bottom {
    position:fixed;
    width:25px;
    height:25px;
    background:#225A7C url(../img/bottom.png) no-repeat 0 0;
    background-size: 25px;
    bottom:40px;
    right:40px;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
    z-index:9999;
}