body
{
    background-color: black;
    color: silver;
    text-align: center;
}
h1
{
    color: white;
    font-size: 42pt;
    font-family: Serif;
    font-style: normal;
    font-variant: small-caps;
}
a img
{
    border: none;
}
#wrapper
{
    width: 800px;
    margin: auto;
}
#header
{
    width: 500px;
    margin: auto;
    font-size: small;
    text-align: left;
    font-style: italic;
}
#nav
{
    width: 800px;
}
#splash
{
    width: 800px;
    text-align: center;
}
#content
{
    width: 800px;
    text-align: center;
}
#footer
{
    width: 800px;
    font-size: xx-small;
    text-align: center;
    font-family: Sans-Serif;
}
