@import url(../../base/css/common.css);

 body {
        font-size:12px;
        background-color:#ffffff;
        background-image: url(../images/lbdbg.png); 
        background-repeat: no-repeat; // no repetition of the image
        background-attachment: fixed; // fix the image on the page
        background-position: 50% 75%; // at this spot, play with it..  
        }

