* {
    margin: 0; padding: 0;
}
body {
    background-color: #000;
}
canvas {
    position: fixed;
    top: 0; left: 0;
}
#spacer {
    height: 10000px;
}
p {
    position: fixed;
    top: 233px; left: 0;
    width: 465px;
    margin-top: -.5em;
    text-align: center;
    line-height: 1;
    color: #666;
    font-size: 11px;
    font-family: sans-serif;
}