/* 
    Document   : main
    Created on : 23 juin 2009, 13:42:38
    Author     : abarlatier
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    text-align: center;
    background-color: black;
}

img {
    margin-top: 50px;
    border: 0;
}

a {
    border: 0;
}
