html, body
{
    height: 100%;
    margin: 0;
}

#header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40px;

    background-color: #F1F1F1;

    border-bottom: 1px solid #E5E5E5;
}

#header-content
{
    width: 1000px;
    margin: 0 auto;
}

#header-content *
{
    display: inline-block;
    margin: 0;
}

h1
{
    font-family: 'Droid Sans Mono', monospace;
    font-size: 2em;
    margin-right: 4px;

    color: black;
}

#header-links
{
    padding: 12px 0 0;
    vertical-align: top;
    
    margin-left: 8px;
}

#header-links a:link, #header-links a:visited, #contactlink:link, #contactlink:visited
{
    font-family: 'Anaheim', sans-serif;

    font-style: italic;

    margin: 0 2px;

    color: #999;
    
    text-decoration: none;
}

#header-links a:hover, #contactlink:hover
{
    color: #000;
}

#contactlink
{
    float:right;

    padding: 12px 0 0;
}

#footer
{
    margin-top: -100px;
    height: 100px;
    width: 100%;
    background-color: #111;
}

#footer-content
{
    width: 75%;
    margin: 0 auto;
}

#footer-content p:first-child
{
    margin-top: 0;
    padding-top: .5em;
}

#footer p
{
    font-family: 'Cantarell', sans-serif;
    font-size: 12pt;
    color: white;
    margin-top: .5em;
    margin-bottom: .5em;
}

#footer a, #footer a:link, #footer a:visited
{
    text-decoration: underline;
    color: white;
}

#footer a:active
{
    color: blue;
}