﻿html
{
    height:100%;
}
body
{
    min-height:100%;
    position:relative;
    background:#fff;
    padding-bottom:60px;
}
header
{
    background: #1ABB9C;
    padding: 10px;
    border-bottom: 3px solid #2A3F54;
}
header img
{
    height:50px;
}
.container
{
    width:1170px;
}
.contentpanel
{
    background:#fff;
}

footer
{
    background:#2A3F54;
    padding:15px 0;
    margin:0px;
    color:#fff;
    height:50px;
    position:absolute;
    bottom:0px;
    width:100%;
}
form:after
{
    display:none;
}