@font-face
{
    font-family: Gravity-Book;
    src: url(../fonts/gravity/Gravity-Book.otf);
}

@font-face
{
    font-family: Gravity-Light;
    src: url(../fonts/gravity/Gravity-Light.otf);
}

body
{
    font-family: 'Gravity-Book', 'Courier New', sans-serif;
}

a
{
    color: darkcyan;
    outline: 0;
    text-decoration: none;
}
    a:hover
    {
        text-shadow: 0 0 10px white;
    }

#main
{
    position: absolute;
    width: 100%;
    height: 100%;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow-y: scroll;

    color: white;
    background: #1E1E1E;
}

    #main p
    {
        margin: 2em 2%;
    }

    #main div.images
    {
        width: 90%;
        margin-top: 0;
    }


    #main p.header
    {
        font-size: 1.5em;
        margin: 2em 2% 0;
    }

    #main p
    {
        text-align: justify;
    }

    #main p.title
    {
        font-size: 1.3em;
        text-align: center;
        margin: 1em;
    }

    #main p.footer
    {
        float: right;
        margin-top: 0;
    }


img {
    width: 560px;
    height: auto;
}
