a { color: #333; text-decoration: none;}
a:hover { text-decoration: underline;}

html, body {
    height: 100%;
}

body {
    background: #ffffff;
    font-size: 90%;
    font-family: "Helvetica neue", Helvetica, sans-serif;
    color: #333;
    line-height: 140%;
}

.wrapper {
    width: 960px;
    padding: 40px 0;
    margin: 0 auto;
}

img {
    border: none;
}

#logo {
    margin: 40px auto 20px auto;
}

#splash_text {
    text-align: center;
}
