html, body {
  margin: 0;
  padding: 0;
  font-family:sans-serif;
  overflow:hidden;
} 

#fp_header {
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  height:50px;
  overflow: hidden;
  border-bottom: 2px solid black;
  background: url(img/topbg.gif);
}

#fp_map {
  position: absolute;
  top:58px;
  bottom:20px;
  left: 5px;
  right:430px;
  background: #eee;
  border: 1px solid black;
}

#fp_topoGraph {
  position: absolute;
  bottom:0px;
  left: 5px;
  right:430px;
  height:158px;
  background: #ddd;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 2px 2px 0px 2px;
}

#fp_topoTab {
  position: absolute;
  bottom: 160px;
  right: 430px;
  height: 16px;
  width: 80px;
  background: #ddd;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: gray;
  padding-top: 1px;
  /*cursor: pointer;*/
}

#fp_right {
  position: absolute;
  top:55px;
  bottom:0px;
  right:0px;
  width:420px;
  background: white;
}

#fp_app {
  position: absolute;
  top:0px;
  bottom:0px;
  right:0px;
  width:420px;
}

#fp_tip {
  position: absolute;
  padding-bottom:2px;
  bottom:0px;
  right:500px;
  left:5px;
  height:16px;
  font-size:12px;
  background: #fff;
}

#fp_appSelRow {
  height: 24px;
  background: #fff;
}

#fp_debug {
  position: absolute;
  left: 350px;
  margin:5px;
  height:60px;
  width:380px;
  font-size: 12px;
  border:2px solid blue;
  overflow:auto;
}