﻿.page
{
    clear:  both;
    /*width:  -webkit-calc(100% - 20px);
    width:  -moz-calc(100% - 20px);
    width:  calc(100% - 20px);*/
    width: 100%;
    height: -webkit-calc(100% - 82px);
    height: -moz-calc(100% - 82px);
    height: calc(100% - 82px);
    /*min-height:700px;*/
    /*min-height:100%;*/  
}
.pagehub {
    min-height:700px;
}
