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

body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #333;
	font-size: 100%;
	background-color: #F9F9F9;
}
.oneColFixCtr #container {
	width: 830px;
	text-align: left;
	float: left;
}
.oneColFixCtr #mainContent {
	margin: 20px;
	float: left;
}
.test01 {
	font-size: 24px;
	height: 40px;
}
.di_body {
	width: 790px;
	float: left;
}

.di_img {
	float: left;
	text-align: center;
	width: 340px;
}
.di_img a{
	text-align: center;
	padding: 5px;
	width: 330px;
	display: block;
}
.di_img a:hover {
	background-color: #CCC;
}
.di_text {
	float: right;
	font-size: 16px;
	width: 440px;
}
