@import  url("/css/reset.css");
@import  url("/css/global.css");
@import  url("/css/styles.css");


#container {

  background: url(/img/bg-br.jpg) bottom right no-repeat;
}

#bg {
  background: url(/img/tetka.jpg) top right no-repeat;
  min-width: 1140px;
}

#bg-head {
  background: url(/img/bg-lt.jpg) no-repeat;

}

#bg-head {
  zoom: 1;
}

#header:after,
#bg-head:after {
  content:'.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

  #wrapper {
    overflow: hidden !important;
    overflow: visible;
    _height: 1%;
    zoom: 1; /* IE */  
}

#content-box {
   float: right;
   width: 100%;
  }
   #content {
    float: left;
     width: 100%;
     margin: 0 0px 0 0;
    }
    /* column: center
    */
    #content .lining {
      padding: 0 200px 0 420px;
      }
      #content .lining .column {
        /*overflow: hidden;*/
        width: 100%;
        }
  /* columns: right
  */

#aside {
  float: left;
  width: 420px;
  margin-right: -420px;
  }
    #aside .lining {
    margin: 0 120px 0 60px;
      }


/*=header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header {
  padding-bottom: 53px;
  zoom: 1;
}
/*=footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
  padding: 90px 0 40px 60px;
  }


