body        {   background-image:url(background.jpg);
                background-attachment:scroll ;
                background-repeat:no-repeat;
                background-color:#f2dbae;   }
            
h1          {   font-family:Helvetica,sans-serif;
                font-weight:bold;
                color:#f2dbae   ;
                font-size:13px  ;   }
            
p           {   font-family:Helvetica,sans-serif;
                font-weight:lighter;
                color:#c39042   ;
                font-size:12px  ;   }

a:link      {   color:#f2dbae   ;
                font-weight:lighter;
                font-size:12px  ;
                font-family:Helvetica,sans-serif;
                text-decoration:underline;   }

a:visited   {   color:#8c6a2b   ;
                font-weight:lighter;
                font-size:12px  ;
                font-family:Helvetica,sans-serif;
                text-decoration:underline;  }

a:hover     {   color:#f2dbae   ;
                font-weight:lighter;
                font-size:13px  ;
                font-family:Helvetica,sans-serif;
                text-decoration:none;   }
            
#layout     {   margin-top:0px  ;
                margin-left:0px ;
                width:1000px    ;
                height:1000px   ;
                position:absolute;
                overflow:hidden ;  }
                
#title      {   margin-top:223px;
                margin-left:62px;
                width:178px     ;
                height:767px    ;
                position:absolute;
                overflow:scroll ;  }
                
#text      {    margin-top:245px;
                margin-left:269px;
                width:534px     ;
                height:727px    ;
                position:absolute;
                overflow:scroll ;   }