body,html {
  margin: 0px;
  overflow: hidden;
  padding: 0px;

  height: 100%;
  width: 100%;
}

div#oHeader {
  overflow: hidden;
  position: fixed;

  height: 75px;
  width: 100%;
  top: 0px;
  left: 0px;
}

div#oMenuLeft {
  overflow: hidden; 
  position: fixed;

  top: 75px;
  height: 22px;
  left: 0px;
  right: 40%;
  
  padding-left: 50px; 
  padding-top:  3px;

  z-index: 10;
}

div#oContentLeft {
  overflow: auto;
  position: fixed;

  bottom: 125px;
  top: 100px;
  left: 0px;
  right: 40%;
}

div#oMainMenu {
  overflow: hidden;
  position: fixed;

  height: 50px;
  left: 0px;
  right: 40%;
  bottom: 70px;
}

div#oMenuRight {
  overflow: hidden;
  position: fixed;

  height: 25px;
  top: 75px;
  left: 60%;
  right: 0px;
  
  padding-left: 40px;
  padding-top:  3px;

  z-index: 10;
}

div#oContentRight {
  overflow: auto;
  position: fixed;

  bottom: 70px;
  top: 100px;
  left: 60%;
  right: 0px;
  
  padding-top: 15px;

  z-index: 10;
}

div#oFooter {
  overflow: hidden;
  position: fixed;

  height: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
