body{
margin: 0px auto;
padding: 0px;
text-align: center;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none
font-family:"微软雅黑";
font-size:15px;
}
.content{
height:500px;
width:900px;
text-align:center;
margin:auto;
border:solid #06F 2px;
}
总结。真正的居中在于类里面而不在body里面 那里面定义全局的一些东西