body{
  background-color:#cccccc;
}

.all{
  margin:auto;
  width:950px;
}


.all1{
  float:left;
  width:950px;
  background-image:url(images/bgimg_mid.jpg);
  background-repeat:no-repeat;
  background-repeat:repeat-y;
}
.all2{
  float:left;
  width:950px;
  background-image:url(images/bgimg_bot.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
}

.header_container{
  float:left;
  width:950px;
  height:276px;
  background-image:url(images/bgimg_top.jpg);
  background-repeat:no-repeat;
}
    .menu_container{
      float:left;
      margin:199px 0px 0px 150px;
    }
    
    
.mid_container{
  float:left;
  width:950px;
}
    .content_container{
      float:left;
      width:690px;
      margin: 0px 0px 0px 190px;
    }

.footer_container{
  float:left;
  width:950px;
  height:70px;
}
    .footer_inner{
      float:left;
      margin: 40px 0px 0px 176px;
      color:#fff;
    }
    .footer_inner *{
      font-family:arial;
      font-size:10px;
      color:#fff;
      letter-spacing:2px;
      text-transform: uppercase;
    }
    .footer_inner a{
      text-transform:lowercase;
    }
    .footer_inner A:hover{
      color:#fff;
    }
