html, body {height: 530px}

body {
margin : 0px ;
padding : 0 ; 
background : #121212 ; 
text-align : center;
font-size : 1em;
color : #777474 ;
font-family : arial ;
}

/*  SITE
********************************************************************/
#site { 
width : 840px;
margin : 10 auto;
text-align : justify;
/*background : #191919 ;*/
min-height : 100%; 
}

a { 
color : #ffffff;
text-decoration : none ;  
}

a:hover { 
text-decoration : underline ;  
}
