
*
{
    font-family: Century Gothic, sans-serif;
    margin: 0;
    padding: 0;
    color: Black;
}


html
{
    width: 100%;
}

body
{
    width: 100%;
}

a 
{
    text-decoration: none;
}

p
{
    margin-bottom: 20px;
}


#top-area
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    background-color: #3D3832;
    z-index: 100;
}

#top-area a 
{
    float: left;
}

#top-area h1
{
    color: #A78F69;
    font-size: 40px;
    text-shadow: 3px 3px 6px #000;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

#top-area a span
{
    position: absolute;
    right: 20px;
    top: 30px;
    color: White;
    font-size: 20px;
}


#alternativeHeader
{
    display: none;
}


#content
{
    position: absolute;
    top: 100px;
    width: 60%;
    margin-left: 20%;
    text-align: justify;
    padding-bottom: 50px;
}


#footer
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top : 2px solid black;
    height: 25px;
    z-index: 100;
    color: Gray;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    background-color: White;
    margin-top: 30px;
}

#footer a
{
    color: Gray;
}