  div, iframe, table {
    position: absolute;
  }
  .text {
    color: #000078;
  }
  body {
    background-color: #000078;
    font: 12px arial;
    background-image: url('/images/back.png');
    background-attachment: fixed;
  }
  #header {
    position: fixed;
    left: 50%;
    top: 0px;
    width: 850px;
    height: 100px;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    font-size: 44px;
    border: 1px solid rgba(0,0,100,0.5);
    z-index: 10;
  }
  #comics {
    position: absolute;
    left: 50%;
    top: 115px;
    width: 810px;
    height: 210px;
    transform: translateX(-50%);
  }
  #blurb {
    left: 50%;
    top: 330px;
    width: 810px;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,100,0.5);
  }
  #footer {
    position: fixed;
    left: 50%;
    bottom: 0px;
    padding: 10px;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,100,0.5);
    font-size: 10px;
    white-space: nowrap;
  }

