@charset "UTF-8";
#programcontent {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#programbanner {
    background-image: url(../images/bg_feat);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
