html {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  }
body {
  height: 100%; 
  max-height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  }
#container {
  position: absolute;
  top: 105px;
  left: 105px;
  max-width: 690px;
  padding: 5px;
  overflow-y:auto; 
  overflow-x: hidden;
  visibility: hidden;
  }
body > #container {position: fixed;}

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  overflow:display;
  }
body > #menu {position: fixed;}

#menu_left {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100px;
  padding: 5px;
  overflow: hidden;
  font-size: smaller;
  }
body > #menu_left {position: fixed;}

#menu_right {
  position: absolute;
  top: 100px;
  left: 1200px;
  width: 95px;
  padding: 5px;
  overflow: hidden;
  font-size: smaller;
  }
body > #menu_right {position: fixed;}

#menu_right input {font-size: inherit; width: 90px;}
#menu_right select {font-size: inherit; width: 95px;}
#menu_right button {font-size: inherit; width: 95px;}