body             {
                   width: 100%;
                   height : 100%;
                   font-family : Verdana;
                   font-weight : normal;
                   font-size : 11px;
                   color: #403b3b;
                   line-height : 1.8;
                   text-align: justify;
                   
                 }
                 
.layout         {
                   width: 800px;
                   height: 600px;
                   background-image: url('../GFX/background.jpg');
                   position: absolute;
                   top: 0;
                   right: 0;
                   bottom: 0;
                   left: 0;
                   margin: auto;
                 }
                 
#logo          {
                   float: right;
                   margin-right : 20px;
                   margin-top: 20px;
                }
                
#menu          {
                   float: left;
                   margin-left: 80px;
                   margin-top: 55px;
                }
                
.text         {
                   width: 450px;
                   height: auto;
                   float: left;
                   margin-left: 290px;
                   margin-top: 20px;
                }
                
a             {
                   text-decoration: none;
                   color : #403b3b;
                }
                
a:hover        {
                   text-decoration: none;
                   border-bottom: 1px dashed;
                   color : #FF0000;
                }