/* 
    Document   : style
    Created on : 2008-08-06, 12:19:24
    Author     : zer0
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
	height: 100%;
	background-color: #181818;
}

body {
    background-color: #181818;
    text-align:center;
    font-size: 62.5%;
    font-family: Verdana, Arial;
    color: #e9e9e9;
}

a {color: #666; font-weight: bold; text-decoration: none;}
p {color: #444;}

#logo {
    margin-top: 50px;
    margin-left: 50px;
}

#imageMenu {
    height: 500px;
    margin: 0 auto;
    margin-top: 50px; 
}


