.doc {
  width: 1024px;
  margin: 0 auto;
}

#nav-access { display: none; }

#header-bar {
  position: absolute;
  top:0;
  z-index: 10;
  min-width: 100%;
}

#header,
#header .doc {
  height: 228px;
}

#middle {
  /*display: table;
  table-layout: auto; */
}

#middle > .row {
  /*display: table-row;*/
}

#left-menu {
  width: 200px;
}

#right-menu {
  width: 209px;
}

#content {
  /*display: table-cell;*/
  float: left;
  width: 764px;
  vertical-align: top;
}
