html {
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
}

body {
    background: black;
    color: white;
    position: relative;
    margin: 5em auto;
    padding: 0;
    font: 56.3%/1.3 "Monaco", "Menlo", monospace;
    max-width: 62em;
}

#splash {
    width: 42px;
    height: 594px;
    background: black url(monogatari.png) no-repeat center center;
}

#splash a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -999em;
}

p {
    white-space: pre-wrap;
}

#date {
    text-align: right;
}

#date a {
    color: #808080;
    text-decoration: none;
}

