/* 
    Document   : style
    Created on : 03-jun-2009, 11:44:54
    Author     : Creadsa
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
        display: block;
    }

#bodyhtml{
        background: #000 no-repeat scroll center top;
        text-align:center;
    }

    
