BODY {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
DIV.tContent {
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
DIV.tRow {
    display: table-row;
}
DIV.header {
    display: table-cell;
    text-align: center;
}
DIV.header IMG.logo {
    width: auto;
    height: 36px;
    margin-top: 7px;
    margin-bottom: 7px;
}
DIV.header DIV.title1 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Source Sans Pro';
    font-size: 26px;
    background-color: #f3f4f4;
    margin: 0px -8px 0px -8px;
}
DIV.body {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
DIV.footer {
    display: table-cell;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    color: #eeeeee;
    background-color: #282828;
    text-align: center;
}
DIV.footer > DIV {
    margin-top: 26px;
}
DIV.footer > DIV > DIV {
    line-height: 24px;
}

#funnelComp {
    display: block;
    margin: 10px auto;
}