﻿body .background-image {
    
    background-image: -webkit-linear-gradient(top, #36454F 0%, #36454F 100%);
    background-image:      -o-linear-gradient(top, #36454F 0%, #36454F 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#36454F), to(#36454F));
    background-image:         linear-gradient(to bottom, #36454F 0%, #36454F 100%);
}

.div-text-align {
    text-align: center;
}

.div-style {
    width: 100%;
    height: auto;
}

.tabBackground {
    background: #DDDDDD;
}

.body-margin-top {
    margin-top: 0;
    margin-bottom: 0;
}