.full-row {
    float:left;
    width: 100%;
}
.relative-container {
    float:left;
    width: 100%;
    position: relative;
}
.ontop {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    /*overflow: auto;*/
    margin: 0px auto;
    z-index: 20;
    height: 91px;
}


#main-menu-box-over {
    min-width: 30px;
}
#section-main {
    min-height: 100px;
    padding-bottom: 20px;
}

#section-comm {
    padding-top: 20px;
}
#section-footer {
    padding: 10px 0px;
}
