﻿.web-BG {
    /*background: url("../images/bodyBG.jpg") repeat-x left top #fdfdff;*/
    background-color: #f2f3ee;
    border-top: 10px solid;
}
.header {
    /*background: url("../images/Banner.jpg") no-repeat center bottom;
    height: 270px;*/
    border-bottom: 1px solid #fff;
    position: relative;
}
.content-BG {
    
}
.btn-custom {
    background-color: #367f62;
    border-color: #196245;
    color: #ffffff;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
    color: #ffffff;
    cursor:pointer;
    opacity:0.9;
}
.container {
    background-color: #fff;
}
