body {
    font-family: tahoma,ËÎÌå,arial;
    font-size: 12px;
    margin:0;
    padding: 0px;
}

div#header {
    position: absolute;
    width:980px;
    height:100px;
    left:0px;
    top: 0px;
}
div#container {
    position: relative;
    width: 980px;
    top: 100px;

}
div#leftside {
    position:absolute;
    width:180px;
    top: 0px;
    left:0px;
    background-color:#fefaee;
}
div#main {
    position: relative;
    width: 620px;
    top: 0px;
    left: 180px;
}
div#content {
    position: relative;
    width: 800px;
    height:500px;
    top: 0px;
    left: 180px;
}
div#rightside {
    position:absolute;
    width:180px;
    top: 0px;
    left: 800px;
    background-color:#fefaee;
}
div#footer {
    position: relative;
    clear: both;
    margin-top: 100px;
    background-color: #99FFFF;
}
