/* Page Up icon */
#back-to-top
        {
        width:27px;
        height:27px;
        display:block;
        position:fixed;
        bottom:50%;
        right:0;
        background:url(/images/page-up.png) no-repeat 0 0;
        outline:0 none;
        }
#back-to-top span
        {
        display:none;
        }

/* ********************************************************************************************* */

