/*基本信息*/
body {margin:0 auto;text-align:center;background:#0000;}

/*页面层容器*/
#container {width:100%;margin:0 auto}

/*页面头部*/
#Header {width:100px;height:100px;background:#000}

/*页面主体*/
#PageBody {width:100px;margin:0 auto;height:400px;background:#CCFF00}

/*页面底部*/
#Footer {width:800px;margin:0 auto;height:50px;background:#00FF00}