#scrollUp {
    background-image: url("../img/web/top.png");
    bottom: 30px;
    right: 20px;
    width: 38px;
    height: 38px; 
    text-indent: -9999px;
}
#scrollUp:hover {
    background-image: url("../img/web/top_hover.png");
}