div#stage {
  position: absolute; top: 0; right: 0;
  width: 96px; height: 72px; border: 3px double #44a;
  padding: 5px; text-align: center;
  background: white;
  margin-right: 0; margin-left: auto;
  z-index: 2;
}
div#bstage {
  margin-right: 0; margin-left: auto; width: 111px; height: 87px;
  float: right;
}
body > div#stage {position: fixed;}
div#x {
  position: static; height: 100%; padding-top: 72px;
  overflow: auto;
  background: #ffc0cb; /* =pink */
  z-index: 1;
}
body>div#x {position: absolute; padding-top: 0; top: 72px; height: auto;}
img {vertical-align: top;}
p.c {text-align: center;}
table.exif {float: left;}
table.exif, table.exif * {
  font-size: 95%; border: 1px solid black; border-collapse: collapse;
  margin-right: 1em; background: #eef;
}
table.exif th {text-align: left;}
table.exif td {padding: 0.1ex 0.5ex;}
table.exif+p+* {clear: both;}
