

/*righttemp µÄ´¦Àí*/
#head {
    height: 60px;
    width: 100%;
    /*background-color: #0033CC;*/
    /*background: url(Skin/4/head_bg.GIF);*/
    background: #D2E4FC;
    margin: 0;
}

#center {
    width: 100%;
    height: 100%;
    /*      background: #D2E4FC;*/
    /* background: lightgoldenrodyellow;*/
    margin: 0;
    /*float: left;*/
    flex-direction: column;
    /*  overflow-y: scroll;*/
    /* border: 1px solid #3153C3;*/
}

.title_right {
    background: url(Skin/4/Right_bg.gif);
    height: 32px;
    font-size: large;
}

#centertitle {
    width: 100%;
    height: 32px;
    text-align: center;
    /*      background: #D2E4FC;*/
    /* background: lightgoldenrodyellow;*/
    margin-left: 0px;
    border: 1px solid #3153C3;
}

#divcont {
    width: 99%;
    height: 100%;
    /*border: 1px solid #3153C3;*/
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 0px;
    line-height: 35px;
}

#foot {
    background: #0099CC;
    height: 100px;
    width: 100%;
    margin: 0;
}

.bodyMainClass {
    width: 100%;
    flex-direction: column;
}