/* 
    Document   : styles
    Created on : 01.12.2007, 19:59:51
    Author     : Peter
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#mainBody {
    width: 1024px;
}

