html, body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 100%;
/*    font-size: .90em; */
    color: #000;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
}

img, abbr {
    border: 0;
}
a:active, a:visited, a:link {
    color: #808080;
    text-decoration: none;
}
a:active, a:hover {
    color: #808000;
}

#splash {
    width: 432px;
    font-size: 0.85em;
    text-transform: lowercase;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
#splash img {
    border: 0;
    margin: 0;
    padding: 100px 0 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#splash ul {
    margin: 0;
    padding: 70px 0 0 0;
    list-style-type: none;
}
#splash li {
    display: inline;
    padding-left: 2em;
}
#splash a {
    font-size: 1.3em;
    font-weight: normal;
}
