body {
    text-align: center;
    font-family: Tahoma;
}

#container {
    width: 610px;
    margin: 0 auto;
    background: #fff url(/splash.png) no-repeat 50% 0;
    padding-top: 200px;
    text-align: justify;
}

#container ul {
    font-size: 0.9em;
    color: #5E6F81;
}

#container ul li.nodot {
    list-style-type: none;
}

#bottom {
    background: #fff url(/splash2.png) no-repeat 50% 0;
    margin-top: 20px;
    padding-top: 200px;
    font-size: 0.7em;
    font-style: italic;
    color: #CCC;
    text-align: center;
}

#bottom a, #bottom a:visited {
    color: #ccc;
    text-decoration: underline;
}

#bottom a:hover {
    color: #5E6F81;
}
