#container .banner {
    background-color: #E95931;
    width: 98%;
    margin: 0 auto;
}

#container #content .banner {
    width: 100%;
}

#container .banner .title {
    text-align: center;
}

#container .banner .title h1,h2,h3 {
    color: #ffffff;
}

#container .banner .title .fix_size {
    font-size: 19px;
}

#container .banner .link {
    background-color: #E95931;
    height: 37px;
    margin: 0 auto;
    width: 98%;
    border-bottom: none;
    text-align: center;
}

#container #content .banner .link {
    height: 40px;
}

#container #content .banner .link a {
    width: 15.5%;
}

#container #questionnaire .banner .link a {
    width: 25%;
    margin: 0 5px;
    line-height: 2.8em;
    background-color: #ffffff;
    border-radius: 7px;
    color: black;
    display: inline-block;
}

#container .banner .link a {
    line-height: 2.8em;
    background-color: #ffffff;
    border-radius: 7px;
    width: 16.36%;
    color: black;
    display: inline-block;
}
