/* ------------------------------------------- */
/* BODY                                        */
body { background: #aebeba; }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background: url('/piccolomondo/images/branding-acid.jpg') repeat-x; }
    #branding h1 { background: url('/piccolomondo/images/logo-acid.jpg') no-repeat; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main { background: url('/piccolomondo/images/nav-acid.gif') no-repeat right bottom; }
    #nav_main li { background: url('/piccolomondo/images/nav-acid.gif') repeat-x left bottom; }
        #nav_main a:hover { background: url('/piccolomondo/images/nav_hover-acid.gif') repeat-x left bottom; }
        #nav_main .current a { background: url('/piccolomondo/images/nav_hover-acid.gif') repeat-x left bottom; }
        
        #nav_main ul.lang li { background: none; }
        #nav_main ul.lang li a { background: none; }
        #nav_main ul.lang li a:hover { background: none; }

/* ------------------------------------------- */
/* CONTENT                                     */
#content { background: #8c9f9a url('/piccolomondo/images/content-acid.jpg') repeat-x; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { background: url('/piccolomondo/images/site_info-acid.jpg') repeat-x; }
    #site_info p { background: url('/piccolomondo/images/baseline-acid.jpg') no-repeat left top; }
