/*默认样式css清除外中外边距为零Margin:0px*/
*{margin:0px;padding:0px;border:0px;background: #ffffff; width:100%px;font-family: "微软雅黑";}
/*margin: 0px auto;  作用是上下外边框为0,左右边框自动,即为居中*/

.head{background:;width:1000px;height:50px;margin: 0px auto;}  
.headline{background:#c81623;width:100%px;height:5px;margin: 0px auto;}   
.contain{background:;width:1000px; height: 800px; margin: 0px auto; }
.foot{width:100%px;height:20px;text-align:center;font-size:15px;color:#A0A0A0; margin-top: 20px;} 

.topbar-left{font-size:20px;color:#c81623;text-align:center; margin-top: 10px;}
.centerleft{width:100%px;height:100%px;text-align:center;font-size:14px;color:#A0A0A0;padding-top:50px;}