body {
    background-color: #EEEEEE;
    margin: 0px;
}
#ds_man {
    position: relative;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0F4F7;
}
#ds_top {
    width: 760px;
    height: 238px;
    background-color: #D9EAF7;
    background-image: url('../images/top_bg.jpg');
}
#ds_top_nav {
    position: absolute;
    left: 256px;
    top: 214px;
    width: 504px;
    height: 24px;
    text-align: right;
}
#ds_top_info {
    position: absolute;
    left: 314px;
    top: 87px;
    width: 450px;
    font-size: 8pt;
    line-height: 12pt;
}
#ds_mid {
    position: relative;
    min-height: 50px;
    width: 760px;
}
#ds_mid_mtitle {
    position: absolute;
    top: 0px;
    left: 130px;
    width: 620px;
    height: 26px;
}
#ds_ntf {
    width: 256px;
    vertical-align: top;
}
#ds_cnt {
    width: 100%;
    vertical-align: top;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 40px;
    background-image: url('../images/cnt_bg.jpg');
}
