﻿.sg-main-header
{
    width:100%;
    display:table;
    position:fixed;
    height:175px;
    z-index:2;
    background-color:white;
}

.sg-main-content
{
    overflow: auto;
    width: 100%;
}

.sg-main-footer
{
    position:fixed;
    bottom:0;
    left:0;
    color:#ffffff;
    width:100%;
    overflow:hidden;
    height:35px;
    display:table;
    background-color: #00427c
}