/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header{
	height: 150px;
	width: 900px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
	vertical-align:bottom;
	background-color: #b9a2c3;
}

#Content {
	width: 900px;
	background-position: center top;
	float: left;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
	font-size: 12px;
	color: #737373;
}

#footer{
	text-align: right;
	height: 40px;
	width: 900px;
	font-size: 12px;
	font-style: normal;
	color: #FF3364;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	background-color: #ffF;
}

#warp #footer a:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3364;
	text-decoration: none;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
	color: #FF3364;
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
	color: #794D36;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "微軟正黑體","新細明體-ExtB";
	color: #794D36;
}
