@charset "utf-8";
/* CSS Document */

/*----WRAPPER最外層包裝---------------------*/
#WRAPPER{
	margin:auto auto;/*--------------------------------居中*/
	width:950px;/*------------------------------------外包總寬*/
	height:auto;/*-------------------------------------外包總高*/

}

#header {
	width:950px;
	height:350px;


}

#Menu {
	position:absolute;
	width:950px;
	height:45px;
	z-index:1;
	top: 30px;
	text-align: center;
}
#product {
	position:absolute;
	width:950px;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #0000;
	z-index:1;
	text-align: center;
	top: 105px;
	left: auto;
}
#body {
	width:950px;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #393939;
	line-height: 24px;
	height: auto;
}

#foot {
	width:950px;
	height:auto;
	font-family: "微軟正黑體";
	font-size: 11px;
	color: #333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
