* {
  margin: 0px;
  padding: 0px;
  border: none; 
}

html, body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  width: 100%;
  height: 100%;
}

html {
  background-image: url(html_bg.jpg);
  background-repeat: repeat;
}


body {
  background-image: url(body_bg.jpg);
  background-repeat: repeat-x;
}


  #wrapper {
    width: 736px;
    margin: auto;
    padding-top: 15px;
  }
  
    #flash {
      width: 100%;
      height: 271px;
    }
    
    #content {
      margin-top: 6px;
      color: #AEAEA9;
    }
    
    #content b {
     color: #e3e3d9;
    }
    
    .clear {
      clear: both; 
    }
    
    #footer {
      background-image: url(footer.jpg);
      background-repeat: no-repeat;
      width: 100%;
      height: 113px;
      font-size: 10px;
      margin-top: 6px;
      padding-bottom: 50px;
    }
    
     #footer a {
       color: #ffffff; 
     }
     
      #footer ul {
        padding: 35px 10px 20px 230px
      }
      
        #footer ul li {
          display: inline;
        }
