html,body {
  height:100%;
  width:100%;
}
body {
  background: #000000 url(../images/bg_body.jpg) repeat-x 0 0;
}
html {
  /*overflow: auto;*/
}
html:not(:nth-child(1)) {
    overflow: visible; /* KHTML сам нарисует скроллинг, не будем ему мешать */
}
.right{
  float: right;
}
.left{
  float: left;
}
/* Header
--------------------------------------------------------------------------------*/
#header {
  position:absolute;
  top:0;
  left:0;
  height:150px;
  width:100%;
}
#header .wrap{
  height:150px;
  width:960px;
  margin: 0 auto;
  display:block;
  position: relative;
  background-color: #000;
  border-bottom: #45494d solid 1px;
  background: url(../images/bg_header.jpg) repeat-x top
}

/* Clear
--------------------------------------------------------------------------------*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-block;
}
.clear {
  display: block;
}

/* Content
--------------------------------------------------------------------------------*/
#content{
  width:960px;
  border-left: #45494d solid 1px;
  border-right: #45494d solid 1px;
  height: auto !important;
  min-height:100%;
  height:100%;
  margin:0 auto;
  padding:0;
  overflow:hidden;
  position: relative;
  background-color: #000
}
* html #content {
  overflow: visible;
}
#content .wrap {
  margin: 150px 0 0 0;
}

.clearer{
  clear: both;
  height: 0%;
  line-height: 0%;
}

.empty {
  height:90px
}

/* Content left
--------------------------------------------------------------------------------*/
#content .sidebar_left{
  float:left;
  display:inline;
  overflow:hidden;
  width: 250px;
  margin-left:-100%;
/*  padding-top:35px;*/
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  position: relative;
/*  border-right: #45494d solid 1px;*/
/*  background-color: #FFCCFF;*/
}

/* Content center
--------------------------------------------------------------------------------*/
#content .center{
  float:left;
  width:100%;
  overflow:hidden;
}
#content .center .in{
  position:relative;
  margin: 0 0 0 251px;
  padding:0 15px 30px 30px
}

/* Content right
--------------------------------------------------------------------------------*/
#content .sidebar_right{
  float:left;
  display:inline;
  position: relative;
  overflow:hidden;
  width:250px;
  margin-left:-251px;
  border-left: #45494d solid 1px;
/*  padding-top:35px;*/
  padding-bottom:32767px;
  margin-bottom:-32767px;
/*  background-color: #FFCCFF;*/
}

/* Footer
--------------------------------------------------------------------------------*/ 
#footer{
  position:relative;
  height:50px;
  width:960px;
  margin:0 auto;
  margin-top:-51px;
  border-top: #45494d solid 1px;
  background: #000 url(../images/bg_footer.jpg) repeat-x bottom;
}
#footer .wrap{
  height:50px;
  width:960px;
/*  margin: 15px 10px 0 10px;*/
  padding: 0;
}