css 固定宽度且居中

body, html{
margin:0px; padding:0px;
text-align:center;
background:#e9fbff;
}
#container{
position: relative;
margin: 0 auto;
padding:0px;
950px;
text-align: left;
background:url(container_bg.jpg) repeat-y;
}

原文地址:https://www.cnblogs.com/likehua/p/2037383.html