    body {
        background: #000;
        color: #fff;
        background-image:url('images/background.jpg');
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
        padding: 0px;
        }
   
    a:link {
        color: #fff;
        text-decoration: none;
        }
      
    a:visited {
        color: #fff;
        text-decoration: none;
        }
        
    a:hover {
        color: #c8c8c8;
        }
        
    #navigation {
        background: #transparent;
        color: #fff;
        font-family: arial;
        font-size: 11pt;         
        line-height: 48px;
        position: absolute;
        left: 50px;
        top: 215px;
        width: 150px;
        height: 400px;
        }
    
    #header {     
        background: #transparent;
        color: #fff;
        text-align: center;
        font-family: arial;
        font-size: 10pt;
        position: absolute;
        left: 300px;
        top: 162px;
        padding: 0;
      
        }
    
    #header2 {     
        background: #transparent;
        color: #fff;
        text-align: center;
        font-family: arial;
        font-size: 10pt;
        position: absolute;
        left: 270px;
        top: 164px;
        margin: 0;
        padding: 0;
        }
       
    #header3 {     
        background: #transparent;
        color: #fff;
        text-align: center;
        font-family: arial;
        font-size: 10pt;
        position: absolute;
        left: 415px;
        top: 162px;
        padding: 0;
        }
        
     #picture {
         background: transparent;
         height: 400px;
         width: 600px;
         z-index: -1;
         position: absolute;
         left: 175px;
         top: 175px;
         }