/* CSS Document */
/*首頁css設定*/

@import url("../UTC_style/DivIndex.css");


/*首頁一般設定*/
body{
	/*通用字型設定*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	background-image: url(../images/allbg.gif);
	background-repeat: repeat-x;
	background-color: #6ba92e;
	
	/* 襯底背景設定 */
}
