/*基本信息*/
body {
	font:12px Tahoma;
	margin:0px;
	text-align:center;
	height: 31px;
	width: 100%;
}

/*页面层容器*/
#container {width:100%}

/*页面头部*/
#Header {width:800px;margin:0 auto;height:100px;background:#FFCC99}

#main  {width:100%;
        font:12px tahoma;
        margin:auto;0px;auto;auto;
	    text-align:center;
        
        }


.foot{ 
        font:12px Tahoma;
		color:#FFFFFF;
    	text-align:left;
	}
/*页面主体*/
#PageBody {width:800px;margin:0 auto;height:400px;background:#CCFF00}

/*页面底部*/
#Footer {width:800px;margin:0 auto;height:50px;background:#00FFFF}
