body
    {
    background-color:#000000;
    color:#ffffff;
    }

h1
    {
    font-weight:lighter;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align:center;
    }

h2
    {
    font-weight:bolder;
    font-size:1em;
    }

a
    {
    color:#aaaaaa;
    }

.divider
    {
    color: #999999;
    font-weight:bolder;
    text-align:center;
    }

.subtext
    {
    color: #999999;
    font-weight:bolder;
    }

#main
        {position:absolute;
        top:50px;
        left:50px;
        right: 50px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        background:#222222;
        padding:35px;
        }
