* {
    margin:0;
    padding:0;
}

#header0 {
    width:100%;
    height:100px;
    margin:0 auto;
    background:#3E0000;
}

#header {
	width:776px;
	height:55px;
	background:#3E0000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main {
    width:776px;
	height:37px;
    margin:0 auto;
	background:#FFFFFF
}

#main #menu {
width:776px;
    margin:0 auto;
}

#main #menu1 {
width:776px;
    margin:0 auto;
}

#main #sidebar {
    width:260px;
	height:100%;
    float:left;
}

#main #containe {
    width:516px;
	height:300px;
    float:right;
}

#main #containe1 {
    width:516px;
	height:200px;
    float:right;
}

#main #containe2 {
    width:516px;
	height:200px;
    float:right;
}

#clearfloat {
    clear:both;
    height:1px;
    overflow:hidden;
    margin-top:-1px;
}

#footer {
    width:776px;
    margin:0 auto;
    margin:0 auto;
}




.r1{width:110px;height:300px;background:red;float:right;     
     position:fixed !important; top/**/:10px;     
     position:absolute; z-index:300; top:expression(offsetParent.scrollTop+10);right:0px;}  
.r2{width:90px;height:220px;background:red;float:right;     
     position:fixed !important; top/**/:450px;     
     position:absolute; z-index:400; top:expression(offsetParent.scrollTop+360);right:0px;}  
.l1{width:110px;height:300px;background:red;float:right;     
     position:fixed !important; top/**/:10px;     
     position:absolute; z-index:300; top:expression(offsetParent.scrollTop+10);left:0px;}  
本文来自: 脚本之家(www.jb51.net) 详细出处参考：http://www.jb51.net/article/13235.htm
