/* 
    Document   : css
    Created on : 25-jan-2009, 17:33:01
    Author     : ath92
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body, html{
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}


