﻿html,
body{
    height:100%;
    background-color:#d9edf7;
}

body {
    display: table;
    width: 100%;
}

.container-fluid{
    height: auto;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

