/* CSS Document */
body{
 margin: 0 auto;
 padding:0;
 background: #ffffff; color: #000000;
 
 }
在div+css布局中,如何控制页面居中显示呢??
margin: 0 auto;怎么不灵呢???