你当前站点的皮肤的顶部有背景图啊,文件是 top_bg.gif
顶部背景图的css在layout.css里
#container #header {
background-image:url(top_bg.gif); //这个就是背景图
background-repeat:repeat-x; //这个表示背景图平铺,不平铺的话就改为no-repeat
border-bottom:1px solid #ABCCFE;
height:auto;
margin:0pt auto;
width:100%;
}