#header {
	height: 213px;
	width: 950px;
}
#content {
	height: 1050px;
	width: 950px;
	float: left;
	font-size: 10pt;
	text-align: center;
	background-color: #FFF;
	font-family: "新細明體";
}
#footer {
	height: 90px;
	width: 950px;
	clear: both;
	text-align: center;
	background-color: #FFF;
}
#contentLeft {
	height: 1050px;
	width: 235px;
	float: left;
}
#contentRight {
	float: right;
	height: 1050px;
	width: 215px;
	background-image: url(images/28.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
