<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--//首頁最外層DIV--*/
#main {
	background-color: #FFF;
	position: relative;
	width: 98%;
	float: left;
	margin-left:1%;
	margin-right:1%;
	display: inline;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	border-bottom:1px dotted #999;
	*padding-bottom:20px;
}
#top {
	background: url(../images/bg_02.gif); /*背景延伸*/ 
	height:auto;
	background-repeat:repeat-x;
}
#top2{
	background-repeat:no-repeat;
	background-image: url(../images/top_02.gif);
	background-position: right top;
}

#top_menu{
	text-align:right;
}
/*中間區塊*/
#left {
height: 540px;
width: 210px;
padding-left:20px;
position: absolute;
top: 0px;
left: 0px;
}
#center {
height: auto;
margin-right: 229px;
margin-left: 233px;
}
#right {
height: 540px;
width: 228px;
position: absolute;
top: 0px;
right: 0px;
}
/*end*/

#copyright{
	padding-top:5px;
	padding-right:10px;
	text-align:right;
	color:#777;
	font-size:9px; 
	text-transform: uppercase;
	background-color:#FF6;
}

/*產品區*/

#center2 {
height: auto;
margin-right: 229px;
padding-left:20px;
}

</pre></body></html>