/* 
    Document   : screen
    Created on : 06.06.2010, 17:51:24
    Author     : beni
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

#Page {
    border: 1px solid #666;
    margin: 0 auto;
}
