﻿
/*預設首頁Layout配置*/


#PageBase{
	/*background: url('../mainpage/200802/image/bg-index975.gif') no-repeat;*/
	width: 975px;
	clear: both;
	margin: 0 auto;/*上下為0 左右自動調整*/
	height: 100%;
    background-image:url('../mainpage/image/csibg.gif');
    background-repeat:repeat;

}
#page{
	POSITION: relative;
	TEXT-ALIGN: left;
	width: 975px;
	clear: both;
	margin: 0 auto;
	height: 100%;
	background-repeat:no-repeat;
	
}
#mainup{
	min-width: 975px;
	margin: 0 auto;
	clear:both;
	/*background-image: url('../mainpage/200802/image/banner2.gif');*/
	background-image:none;
	height:180px;
	
}

#maincenter{
	/*height:1100px;*/
}
#L1{
	clear:both;
	margin-left:10px;
	min-width:955px;	
	/*position:relative;*/
	
}

#L1_left {
	float:left;
	margin:0px 5px 10px 0px; /*上 右 下 左*/
	min-width:180px;
	width:180px;
}
#L1_rightcx{
	float: right;
	margin: 5px 10px 10px 5px; /*上 右 下 左*/
	width: 765px;
}
#L1_middle{
	float:left;
	margin:0px 0px 10px 0px; /*上 右 下*/
	width:485px;
}
#L1_right{
	float: right;
	width: 270px;
}

#maindown{
	border:0px solid #E1E1E1;
	clear:both;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}	


/*空白*/
#space_1{
	height: 20px;
}
#space_2{
	height:15px;
}

