#header {
	width: 900px;
}
#footer {
	clear: both;
}
#left {
	float: left;
	width: 230px;
	border: thin dotted #CCCCCC;
	font-family: "新細明體";
	font-size: 15px;
	line-height: 2em;
	color: #666666;
}
#right {
	float: right;
	width: 640px;
	font-family: "新細明體";
	font-size: 15px;
	line-height: 2em;
	color: #666666;
	border: thin dotted #CCCCCC;
}

