4444

body {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-style: normal;
background:#fff;
color: #666;
text-decoration: none;
padding: 0px;
margin: 0 auto 0 auto;
width:100%;
height:100%;
background-image:url(text.txt); /* for IE6 */
background-attachment:fixed;
}
#box {
background: #fff;
width: 801px;
height: auto!important;
height: 604px;
min-height: 604px;
clear:both;
margin: 0 auto 0 auto;
padding: 0px;
}
/*//top//*/
#top{
background: #999;
height:22px;
line-height:22px;
width:100%;
overflow:hidden;
clear:both;
color:#fff;

z-index:300;
position:fixed;
top:0;
left:0;
width:100%;
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop); /* for IE6 */
overflow:visible;
}
#header{
z-index:200;
position:fixed;
top:0;
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop); /* for IE6 */
overflow:visible;
text-align:center;
background:#fff;
padding:44px 0 0 0;
}

你可能感兴趣的:(4444)