html { height: 100%;}
body {
  font: 0.75em "Arial";
  color: #000;
  background:  #fff;
  height: 100%;
  min-width: 995px;
}
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* ---------- header ---------- */

.wrapper {
  position: relative;
  min-height: 100%;
}

#header {
  height: 180px;
  position: relative;
  color: #c5bab9;
  width: 995px;
  margin-bottom: 50px;
}
#container {
  position: relative;
  z-index: 1;
  width: 100%;/*

  min-width: 1000px;
*/
  padding-bottom: 150px;
  overflow: hidden;
  /* zoom: 1; */
}

#aside {
  position: relative;
  z-index: 10;
  float: left;
  width: 164px /*250px*/;
  margin: 0 52px 0 0;
  padding: 0 0 61px;
}

#content {
  overflow: hidden;
  padding: 0 0 10px 86px;
}

/* ---------- Footer ---------- */
#footer {
  padding-left: 133px;
  width: 860px;
  clear: both;
  height: 140px;
  color: #7f7f7f;
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 10; 
}
