#wrapper {
    width: 100%;
    background-color: #313131;
}

#content {
    width: 960px;
    background-color: #3b3b3b;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 75px;
    background-color: #83e330;
    text-align: center;
    margin-bottom: 20px;
}

#main-cotent {
    width: 100%;
    padding-left: 25px;
}

#leftbox, #impact, #right-box, #img2-box{
    
    vertical-align: top;
}

#left-box {
    width: 200px;
    height: 738px;
    background-color: azure;
    display: inline-block;
}

#impact {
    width: 500px;
    display: inline-block;

}

.text-box {
    width: 500px;
    height: 200px;
    background-color: azure;
    display: inline-block;
}

#pics {
    width: 100%;
    margin: 15px 0;
}

#img1-box {
    width: 240px;
    height: 300px;
    background-color: #262627;
    display: inline-block;
    
}

#img2-box {
    width: 240px;
    height: 300px;
    background-color: #262627;
    margin-left: 16px;
    display: inline-block;
}

#right-box {
    width: 200px;
    height: 738px;
    background-color: azure;
    display: inline-block;
}

footer {
    width: 100%;
    height: 75px;
    background-color: #83e330;
    text-align: center;
}
