/*    
    CMS     - Light CMS    
    Author   - Innroad
    Style    - style-contents.css
*/

body {
    background-color: #432405;
    background-image: url(images/main_bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;    
    color: #000;
    width: 8.5in;
}    



/* stuff to hide */
#adminbar {
    display: none;
}


