<style>
.wrap{background:url(图片地址) no-repeat center 0;padding-top:头部空出的高度px;}
.topbar{width:950px; margin:0 auto;}
</style>
例如:
<style>
.wrap{background:url(http://demo4.hbzkwl.com/p/18da.jpg) no-repeat center 0;padding-top:76px;}
.topbar{width:950px; margin:0 auto;}
</style>