#alx_up_page_button
{
        padding: 0px;
        margin: 0px;
        position:fixed;
        display:none;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        zoom:1;
        background:url('../images/spacer.gif') 0px 0px;
        cursor:pointer;
        z-index: 2000;
}
body
{
        background: url(../images/fon3.jpg) no-repeat center center fixed;
}
*html #alx_up_page_button
{
        position:absolute !important;
}

@media screen and (max-width: 1025px) and (min-width: 320px){
body {
    background: none;
}
}