html, body, .page
{
    background-color: white;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.clear
{
    clear: both;
}

.page
{
    background-color: transparent;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: -15px auto -41px;
    max-width: 1000px;
    position: relative;
}

.header, .footer
{
    margin: 15px;
}

.header
{
    padding-top: 15px;
}

.header img
{
     float: right;
     height: 27px; 
     width: 153px; 
}

.header .yellow-line
{
    background-color: #FFCE0D;
    height: 20px;
    margin-top: 5px;
}

.header .grey-line, .footer .grey-line
{
    background-color: #E6E6E6;
    height: 12px;
    margin-top: 2px;
}

.content
{
    margin: 0 15px 15px 15px;
}

.content h1
{
    font-family: Times New Roman;
    font-size: 18px;
    margin: 0 0 24px 0;
    padding: 0;
}

.content-wrapper
{
    padding-bottom: 20px;
    text-align: center;
}

.content-wrapper p
{
    font-family: Arial;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    text-align: centre;
}

.content-wrapper img
{
    height: 141px;
    margin: 20px 0 10px 0;
    width: 141px;
}

.footer
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 970px;
    padding: 0 15px;
    text-align: right;
}

.push
{
    height: 26px;
}