40.块元素居中对齐 

Html代码 
  1. body { text-align: center }/*for IE6*/
  2. #content { text-align: left; width: 700px; margin: 0 auto }