#AMWInterface{
   position: absolute; 
   left: 50%;
   width: 740px; 
   margin-left: -370px;
   z-index : 1;
   font-size:1.1em;
}

#AMWInterfaceHead{
   position:relative;
   background: #FFF url(../images/AMWInterfaceHead.jpg);
   height:200px;
}
   #AMWInterfaceHead *{
      display:none;
   }

#AMWInterfaceLeft{
   float: left;
   display:inline;
   width: 202px;
   overflow:hidden;
}

#AMWInterfaceMain{
   background: #FFF url(../images/AMWInterfaceMain.jpg);
   float:right;
   display:inline;
   width:537px;
   overflow:hidden;
}
   #AMWInterfaceMainContent{
      padding:0px 30px 0px 25px;
   }
#AMWInterfaceRight{
   display:none;
}

#AMWInterfaceFooter{
   background: #FFF url(../images/AMWInterfaceFooter.jpg);
}

#AMWInterfaceFeet{
   height:50px;
   padding-right:55px;
}
   #AMWInterfaceFeet li{
      background:none;
      padding:0;
      margin:0;
      padding-top:16px;
      padding-left:20px;
      float:right;
      font-size:0.8em;
   }

   #AMWInterfaceFeet li#Copyright{
      float:left;
      padding-left:55px;
   }

#AMWInterfaceCopyright{
   display:none;
}

.AMWInterfaceClear{
   clear:both;
}