body { background: #bbb; text-align: center }
div, p {
    font-family: "Eras ITC", "Eras Light ITC", "Times New Roman", serif;
    color: #036;
}
a { color: #00f }
header { width: 100% }
header > div { width: 700px; min-height: 82px; position: relative; margin: 0 auto }
footer { font-size: x-small }
#logo { position: absolute; left: 0; top: 0; margin: 0 }
#author { padding: 20px }
#loading {
    background: center url("loading.gif");
    min-width: 580px; min-height: 220px;
    max-width: 700px; max-height: 315px;
}
#loading img { visibility:hidden }
#loading, #comic img { border: 2px solid transparent }
#loading:hover, #comic img:hover { border: 2px solid #66f }
#footnote { max-width: 700px; margin: 0 auto }
#current { width: 3em; text-align: center }
.hide { display: none }
.main { display: inline-block }
