 
 body
 {
   background-color: #ffffff;
 }
 
 #layout
 {
   width: 680px;
   border-right: #999999 1px solid;
 }
 
 #header
 {
   height: 138px;
   padding: 0px;
   background-image: url(../img/wlmws/header.jpg);
   background-repeat: no-repeat;
 }
 
 #control
 {
   position: absolute; 
   left: 323px; 
   bottom: 9px;
 }
 
 #clientContainer
 { 
   position: absolute; 
   top: 138px;
   bottom: 21px;
   width: 680px;
 }

 #footer
 {
   height: 13px;
   padding: 4px;
   background-image: url(../img/wlmws/footer.jpg);
   background-repeat: no-repeat;
 }
 