.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: fixed;
}

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

#left-menu {
  width: 200px;
}

#right-menu {
  width: 209px;
}

#content {
  display: table-cell;
  vertical-align: top;
}
