body, html {
  font-family: "System", sans-serif;
  background-color: green;
  height: 100%;
}

#header {
  padding: 10px;
  color: #fff;
  font-weight: bold; 
}

#vote {
  position: relative;
  top: 6px;
}

#title-bar {
  background-color: #00007B;
  background-image: url('./imgs/title_bg.png'); 
  background-repeat: repeat-x;
  width: 100%;
  height: 24px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#title-left {
  float: left;
}

#title-right {
  float: right;
}

#right-scroll {
  background-image: url('./imgs/right_scroll_bar.png');
  background-repeat: repeat-y;
  width: 23px;
  height: 100%;
  float: right;
  margin: 0px;
  block: none;
}

#viewer {
  position: relative;
  background-color: #fff;
  background-image: url('./imgs/border_left.png'); 
  background-repeat: repeat-y;
  min-height: 100%;
  height: 100%;
  bottom: 0px;
}

#cluster-canvas {
  position: absolute;
  top: 2px;
  left: 7px;
}
