﻿/* 布局样式 */
body{
	text-align:center;
}
#Container{
	margin: 0 auto;
	width: 1003px;
	text-align:left;
}
#Header{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#Menu {
}
#Body
{
	background-color: White;
}
#Fooder{
	background-repeat: no-repeat;
	height: 180px;
	background-image: url(../Images/Fooder.gif);
}

