﻿.body {
    background-color: #95BF99;
}
.divIndexPage {
    color: aqua;
    width: 80%;
    margin: 30px auto 0px auto;
    height: 520px;
    text-align: center;
    /*border: solid;*/
}
.divHeader {
    margin: 0px auto 0px auto;
    height: 80px;
    width: 80%;
    text-align: center;
    font-family: Tahoma;
    font-size: small;
    color: #EDEDED;
    /*border:solid;*/
}
.divWorkarea {
    /*color: aqua;*/
    width:100%;
    margin: 100px auto 0px auto;
    /*height: 490px;*/
    text-align: center;
    /*border: solid;*/
}
.divTopMenu {
    background-color: #EDEDED;
    text-align: right;
}
.divButtomMenu {
    margin: 5px auto 0px auto;
    height: 35px;
    width: 80%;
    
}
.divCopyRight {
    margin: auto auto 0px auto;
    height: 40px;
    width: 80%;
    text-align: center;
    font-family: Tahoma;
    font-size: small;
    /*border: solid;*/
}
.copyRigthText {
    font-family: Tahoma;
    font-weight:bold;
    color:white;
}
.coopAddressText {
    font-family: Tahoma;
    font-weight:normal;
    color: white;
}
.indexImage {
    width:1082px;
    height:520px;
}
.MemInfoImage {
    width: 900px;
    height: 485px;
}
.HeaderImage {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    opacity: 0.7;
}