html, body{
    min-height:100%;
    width:100%;
    position: absolute;
}

header{
    height:110px;
    background-color: white;
}

.logo{
    margin-top:16px;
    float:left;
}

header li{
    float:right;
    margin-left:30px;
    font-size:18px;
    margin-top:74px;
    text-transform: uppercase;
}

.banner{
    background: url("../images/banner_back.png") center no-repeat;
}

main{
    padding:25px 0;
}

body{
    padding-bottom:64px;
}

footer{
    width:100%;
    height:64px;
    position:absolute;
    bottom: 0;
    background-color: #e2f0f5;
}

footer img{
    float:left;
    margin-top:24px;
}

footer a{
    float:right;
    line-height:64px;
    margin-left:30px;
}

.banner.thin {
    height:160px;
}

.banner.thin h1{
    font-size:48px;
    text-transform: uppercase;
    font-weight: normal;
    position:absolute;
    bottom:32px;
}

.banner.medium{
    height:200px;
}

.content-container{
    padding:40px 50px;
    border:1px solid #e2e2e2;
}

main{
    min-height:600px;
}