/* 
    Document   : sharedAll
    Created on : 2013/05/12, 1:53:38
    Author     : RD-PC
    Description:
        Purpose of the stylesheet follows.
*/

body { color: #666;  

       background-image:url(../img/bg_top.png),url(../img/bg_bottom.png);
       /*background-image:url(http://localhost:8080/r-gadget/sharedResource/img/bg.jpg),url(../img/bg_img.png);*/
       background-repeat: repeat-x;
       background-position:top,bottom;
}


