#back_top {
position: fixed;
bottom: 50px;
right: 0;
background: transparent url('../totop_green.png') no-repeat top left;
width: 55px;
height: 61px;
display: block;
}

#back_top:hover {
background-position: 0 -61px;
cursor: pointer;
}