
/******************************************* content start **************************************************/
#ctContainer{
	position:relative; /* 解決 ie6 下面三區塊整個跳到頂但縮放視窗又正常的 bug */
	background:url(../../images/bgHomeCT.gif) repeat-x;
}
#ctCurveBG{
	background:url(../../images/bgCTCurve.jpg) no-repeat 0 bottom;
	min-height:305px;
}
* html #ctCurveBG{
	height:305px;
}
#ct{
	position:relative;
	width:960px;
	margin:0 auto;
}

/************************ 三區塊 start *************************/
.homeBlock{
	position:relative;
	margin-top:-33px;
	z-index: 10;	
}
.homeBlock p{
	margin:0;
	padding:80px 30px 15px 35px;
	height:50px;
	color:#252525;
}
.homeBlock a{
	margin-left:35px;
	position:relative; /* IE6 png 底圖上的 a 連結要 加 position:relative; 才有手指可以點 */
	float:left;
}

#homeBlock1{
	background:url(../../images/bgHomeCT1.png) no-repeat;
	width:322px;
	height:200px;
}
* html #homeBlock1{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bgHomeCT1.png);
}
#homeBlock2{
	background:url(../../images/bgHomeCT2.png) no-repeat;
	width:318px;
	height:200px;
}
* html #homeBlock2{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bgHomeCT2.png);
}
#homeBlock3{
	background:url(../../images/bgHomeCT3.png) no-repeat;
	width:320px;
	height:200px;
}
* html #homeBlock3{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bgHomeCT3.png);
}
/************************ 三區塊 end *************************/

#homeAtt{
	width:632px;
	height:89px;
	margin:0 0 0 322px;
	background:url(../../images/bgAtt.jpg) no-repeat;
}
#homeAtt p{
	margin:0;
	padding:50px 100px 6px 30px;
	color:#959595;
	font-size:12px;
}
/******************************************* content end **************************************************/

