@charset "utf-8";
/* CSS Document */
@import url("reset.css");

html, body{
	background-color:#de5600;
}

/*首頁*/
#Index{
	width:1010px;
	height:620px;
	margin:0 auto;
}
#Footer{
	width:1000px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC99;
	font-size:12px;
	line-height:16px;
	text-align:right;
	margin:0 auto;
}
