﻿.web-BG {
    background: url("../images/bodyBG.jpg") repeat-x left -20px #fdfdff; 
}
.header {
    background: url("../images/headerShadow.png") no-repeat center bottom / 100% 100%;
}
.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;
    }
