html {
  overflow:hidden;
}
body {
  padding:0px;
  margin:0px;
}
#header {
  background-image: url("../skinimage/bg.gif");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height:25px;
  z-index:200;
  overflow:hidden;
  background-color:white;
  padding:0px;
}
#header iframe {
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  border-style:none;
  overflow:hidden;
}

#viewcontainer {
  position: absolute;
  left: 0px;
  width:100%;
  overflow:hidden;
}
#leftview {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  overflow:hidden;
}
#leftview iframe {
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  border-style:none;
}
#leftview_tab_tab1 {
  width: 100%;
  height: 100%;
  display:block;
}
#leftview_tab_tab2 {
  width: 100%;
  height: 100%;
  display:none;
}

#centerview {
  position: absolute;
  top: 0px;
  height: 100%;
  overflow:hidden;
}
#centerview iframe {
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  border-style:none;
}
