body {font-family: Arial, verdana, helvetica,san-serif;
      font-size:1em; 
      color: #000; 
      text-align: center;
      background: url(bg.gif) repeat-x; 
      background-position: 0px 200px;
     }
      
      
      #wrap {margin: 0 auto;
            width: 1100px; 
            padding-top: 40px;
            padding-left: 100px;
            background: url(bg.gif) repeat-x; 
            background-position: 0px 200px; 
            text-align:left;}
            
      
      h1 {font-size: 1.5em; padding-bottom: 20px; letter-spacing: 1px;}
      h2 {color: #666; letter-spacing: 5px; }
      
      
      #photos {
      clear: both;width: 1100px; 
               height: 100px;
               position:absolute; 
               top: 200px;  }
               
      #photos img {float:left;}  
      
      #links {list-style-type: none; font-size: 1.2em; width: 440px; clear:both;  }   
      #links li {float: left; } 
      
      a:link {color:#000;}
      a:visited {color:#000;}
      a:hover {text-decoration: none; color:#666;}
        