body
{
    font-family:Arial,sans-serif;
    background-color: #6B5B4C;
    height: 100%;
    margin: 0;
}

div.headline
{
    font-size: 60px;
    font-family: Georgia,serif;
    font-style: italic;
    
    width: 100%;
    text-align: center;
    
    margin: auto;
    height: 60%;
    bottom: 0;
    position: absolute;
}

div.support
{
    font-size: small;
    width: 100%;
    text-align: center;
    
    position: absolute;
    height: 40px;
    bottom: 0;
}
