
#Go_Top {
    position: absolute; /* Задается фиксированное положение */
    top: -70px; /* Отступ снизу */
    right:35px; /* Отступ справа */
    cursor: pointer; /* Задает вид курсора мыши в виде руки */
    width:53px;
    height:52px;
    display:block;
    background: no-repeat left top url(images/gotop.png);
    background-image: url("images/gotop.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*Read more: http://fairheart.ru/web/dlya-sajta/knopka-vverx-dlya-sajta-svoimi-rukami.html#ixzz2hfw1Xomx*/
