/* 
    Document   : main
    Created on : 21 sept. 2011, 11:49:36
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { 
  display: block;
}

/* == Layout == */

html {height:100%;}
body {color:#000; font:0.75em/1.4em Arial, Helvetica, sans-serif;}
.body {background:url('../../images/layout/bg-body.png') repeat-x top left #4C539F; min-height:100%;}

