/*--------¦Û­qjumbotron--------*/
/*­º­¶¾î´T*/
.jumbotron {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('images/banner.jpg');
    background-size: cover;
    background-position: left top;
    height: 230px;
    background-repeat: no-repeat;
    background-color: #888;
    color: #FFF;
    border-radius: 0px;
}

/*-----------------¦Û­qBody-------------------*/
body {
    padding-top: 40px;
    background-image: url("images/bg.jpg");
}

/*-----------------¦Û­qshadow-------------------*/
.shadow-custom {
    box-shadow: 0px 5px 5px 3px #fbf2e9;
}