body {
    background-color: black;
}

#logo {
    width: 190px;
    text-align: center;
    margin: 200px auto 0;
}

#links {
    width: 105px;
    height: 200px;
    margin: 30px auto 0;
    line-height: 2em;
}

#links a {
    color: white;
    font-family: Trebuchet MS, sans-serif;
    letter-spacing: 1px;
    font-size: 24px;
    text-decoration: none;
}