﻿#aboutbananer {
    background: url('../images/header_about_bg.jpg') center no-repeat;
    height: 360px;
}

#content {
    width: 995px;
    margin: 0 auto;
}

    #content p {
        color: #3C3C3C;
        font-size: 18px;
        line-height: 1.8em;
        text-indent: 2em;
    }

#about_content_pic01 {
    padding: 100px 0;
    width: 1250px;
    height: 470px;
    margin: 0 auto;
    background: url('../images/about_content_pic01.jpg') center no-repeat;
}

#about_content_pic02 {
    padding: 100px 0;
    width: 1250px;
    height: 580px;
    margin: 0 auto;
    background: url('../images/about_content_pic02.jpg') center no-repeat;
}

#aboutteam {
    width: 1100px;
    margin: 60px auto;
    color: #3C3C3C;
}

    #aboutteam ul li {
        float: left;
        width: 49%;
        height: 460px;
    }

.aboutteampic {
    width: 460px;
    height: 315px;
    margin: 0 auto;
}

#aboutteampic01 {
    background: url('../images/about_team_pic01.jpg') center no-repeat;
}

#aboutteampic02 {
    background: url('../images/about_team_pic02.jpg') center no-repeat;
}

#aboutteampic03 {
    background: url('../images/about_team_pic03.jpg') center no-repeat;
}

#aboutteampic04 {
    background: url('../images/about_team_pic04.jpg') center no-repeat;
}

.aboutteamtitle {
    width:410px;
    margin:20px auto;
}

    .aboutteamtitle span {
        font-size: 22px;
        display: block;
        color: #535353;
    }
