#rt-page-surround {
    background: none repeat scroll 0 0 #3aa4e0;
    color: #006699;
    overflow: hidden;
  !important;
}

    #rt-expandedtop .rt-block, #rt-extension .rt-block {
    margin-top: 0;
    padding-top: 0;
    }


/* reducing the space of the feature, mainbottom and fullwidth position */

    #rt-feature .rt-block {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    }

/* making the page stops in specific position when someone push the arrow */
    
    div#rt-head-anchor {
        margin-top: -90px;
        padding-top: 90px;
    }
