body {
    color: #aaa;
    background-color: #000;
    text-align: center;
}
img#splash {
    display: block;
    margin: 30px auto;
}
h1 {
    color: #f5dc96;
}
p {
    width: 550px;
    margin: 20px auto;
}
a {
    color: #f5dc96;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

