body       {  
               width:   1024px;
               height:  1200px;
               margin:     auto;
               background-color: #cc9966;
               background-repeat: repeat;
           } 



#container  {  position: relative; 
               top:    10px;
               right:  10px;
               bottom:  5px;               
               width:  1024px;   
               height: 1000px; 
               margin: auto;                                                               
               background-image: url('image001.png');
               background-repeat: no-repeat;                            
            } 
              








