
#Go_Top {
    position: absolute; /* Задается фиксированное положение */
    top: -45px; /* Отступ снизу */
    right: 78px; /* Отступ справа */
    cursor: pointer; /* Задает вид курсора мыши в виде руки */
    width:28px;
    height:34px;
    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%;
	z-index: 10000;
}


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