body {
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    word-wrap: break-word;
    overflow: hidden;
    /* background: #28557E; */
}
#main {
    width: 94%;
    left: 3%;
    padding-top: 50px;
    position: absolute;
    background: #a8cbea;
    overflow: scroll;
}
#left {
    position: absolute;
    left: 320px;
    top: 5px;
    right: 20px;
    width: 100%-240px;
    height: 100%;
    background: transparent;
    border: solid 0 red;
}
#right {
    float: left;
    width: 320px;
    margin-left: 10px;
    text-align: center;
    border: 1px #676767 dashed;
    background: #fff;
    padding-bottom: 20px;
    color: #666;
}
#left {
    position: absolute;
    left: 320px;
    top: 50px;
    right: 20px;
    width: 100%-240px;
    height: 100%;
    background: transparent;
    border: solid 0 red;
}
#banner {
    width: 100%;
    height: 90px;
    border: solid 0 #000;
    background: url(images/banner.gif) top left repeat-x;
}
#header{
    height: 100%;
}
#ssgao {
    width: 30px;
    height: 150px;
    position: absolute;
    background: #a0956c;
    right: 0px;
    top: 50%;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.p{
    font-size: large;
    font-weight: bold;
}