body
{
    min-width: 1060px;
    min-height: 930px;
}

#header img
{
    margin: 30px 0;
}

#tagline 
{
    margin-top: 40px;
}

#tagline .text, 
#tagline .img-container 
{
    display: inline-block;
}

#tagline .text
{
    color: #4d4d4f;
    width: 768px;
}

#tagline .img-container,
footer .img-container
{
    float: right;
}

#tagline .text h1
{
    margin: 10px 0 15px 0;
    font-size: 41px;
}

footer .text,
#tagline .text div
{
    font-size: 19px;
}

#tagline .text h1,
#tagline .text div
{
    font-family: 'futura-pt';
    color: #4d4d4f;
}

footer 
{
    min-height: 200px;
    width: 100%;
    padding-top: 40px;
    background-color: #494948;
}

footer .text 
{
    font-family: 'futura-pt';
    color: #eae1c8;
}

footer .text a
{
    color: #eae1c8;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition:all 150ms linear;
            transition:all 150ms linear;
}
footer .text a:hover 
{
    color: #ffffff;
}

footer .inner 
{
    display: table;
    width: 100%;
}

footer .text, 
footer .img-container 
{
    display: table-cell;
    vertical-align: bottom;
}

footer .img-container 
{
    margin-bottom: 7px;
}