/* 
    Document   : style
    Created on : Nov 7, 2009, 11:58:48 PM
    Author     : janheger
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}


#home{
       width:auto;
       text-align: center;
}

.middle{
    border-style: none;
}

body {
    background-color:#FFFFFF;
}

img{
    border:none;
}


