{ width:780px; background:#A94E38; color:#F0DFDB} 高度自动,宽度780px 提示:先去掉body的初始样式,并将margin设置为0 auto便可实现居中 *,html,body{margin:0 auto;padding:0;}
#content{ width:780px; background:#fff} 只是定义了宽度为780px,背景为白色与body色加以区分