#main  .top
{
         background-color: white;
         width: 1000px;
}

#main  .head
{
         background-image: url('/images/header.jpg');
         width: 1000px;
         height: 171px;
}

#main  .middle
{
         background-image: url('/images/backing.jpg');
         width: 1000px;
}

#main  .foot
{
         background-image: url('/images/foot.jpg');
         width: 1000px;
         height:136px;
}

#foot_menu
{
         position: absolute;
         left: 420px;
}