body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 10pt;
  color: #eeeeee;
  text-align: center; }

.stage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  min-width: 600px; }
  .stage .inmemoriam {
    position: fixed;
    width: 600px;
    left: 50%;
    top: 25%;
    margin-left: -300px;
    font-size: 1.4em;
    font-weight: normal; }
    .stage .inmemoriam .name {
      font-size: 1.6em;
      font-weight: bold; }
  .stage .frames {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    display: none;
    text-align: left; }
    .stage .frames .headline {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 36px;
      display: block;
      box-sizing: border-box;
      padding: 8px;
      border-bottom: 1px solid #888888; }
      .stage .frames .headline .title {
        margin-right: 16px;
        font-size: 1.2em; }
      .stage .frames .headline ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block; }
        .stage .frames .headline ul li {
          display: inline;
          margin: 0;
          padding: 0 2px 0 8px;
          border-left: 1px solid #888888; }
          .stage .frames .headline ul li a, .stage .frames .headline ul li a:hover, .stage .frames .headline ul li a:visited {
            color: #888888;
            text-decoration: none; }
          .stage .frames .headline ul li a:hover {
            color: #eeeeee;
            text-decoration: underline; }
    .stage .frames .content {
      position: absolute;
      top: 37px;
      left: 0;
      right: 0;
      bottom: 0;
      box-sizing: border-box; }
      .stage .frames .content iframe {
        position: absolute;
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%; }
  .stage .selector {
    position: absolute;
    width: 616px;
    left: 50%;
    top: 25%;
    margin-left: -308px; }
    .stage .selector .icon {
      display: inline-block;
      width: 184px;
      height: 124px;
      float: left;
      margin: 8px;
      border: 2px solid transparent; }
      .stage .selector .icon:hover {
        border-color: #eeeeee; }
