#toTop {
width: 100px; /* ������ ������*/
border: 1px solid #000; /* ����� ������ */
background: url(/top/img/top.png) /* �������� ���������*/
text-align: center; /* ������������ ������ ������ ����� */
padding:5px; /* ������ �� ������ �� ��� ������� */
position: fixed; /* ��������� ��������� ������*/
bottom: 20px; /* ������ �����*/
right: 20px; /* ������ ������ */
cursor: pointer; /* ������ */
display: none; /* �������� */
color: #fff; /* ���� ������ */
}