div#stage {
  position: absolute; top: 0; right: 0;
  width: 240px; height: 180px; border: 3px double #44a;
  padding: 5px;
  background: white;
  margin-right: 0; margin-left: auto;
  z-index: 2;
}
div#bstage {
  margin-right: 0; margin-left: auto; width: 255px; height: 195px;
  float: right;
}
body > div#stage {position: fixed;}
div#index {
  position: static; height: 100%;
  overflow: auto;
  background: pink;
  z-index: 1;
}
body > div#index {position: absolute; top: 0px; height: auto;}
