@import url("element/div.css"); /*主頁格式*/
@import url("element/form.css");
@import url("element/element.css");
@import url("element/font.css");
@import url("element/lightBox.css");

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 天馳科技 | Termtek.com 2008 - All Rights Reserved.
	
	【Web】www.KyArt.com.tw / CSS-P Style writed by 郭光耀 Brad Kuo 2008-09-15
	【E-mail】brad@kyart.com.tw
	
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* 頁面設定 */

html { font-size: 100%; margin: 0 auto;padding: 0;}
body {
	scrollbar-face-color:#f1f1f1;
	scrollbar-highlight-color:#fefefe;
	scrollbar-shadow-color:#f0f0f0;
	scrollbar-3dlight-color:#d9d9d9;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color: #f8f8f8;
	scrollbar-darkshadow-color:#b8b8b8;
	scrollbar-base-color: #ffffff;	margin: 0 auto;
	padding: 0;
	font-family: 'Trebuchet MS',Arial, Sans-Serif;	
	font-size: 12px;
	line-height: 1.4em;
	color: #464749;
	text-align: center;
	background:url(../images/bg_content.jpg) repeat-x #fff;
}
body#GlobalLayout{
	scrollbar-face-color:#f1f1f1;
	scrollbar-highlight-color:#fefefe;
	scrollbar-shadow-color:#f0f0f0;
	scrollbar-3dlight-color:#d9d9d9;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color: #f8f8f8;
	scrollbar-darkshadow-color:#b8b8b8;
	scrollbar-base-color: #ffffff;	margin: 0 auto;
	padding: 0;
	font-family: 'Trebuchet MS',Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #464749;
	text-align: center;
	background:url(../images/bg_main.jpg) repeat-x #fff;
}
body#ContentLayout{
	scrollbar-face-color:#f1f1f1;
	scrollbar-highlight-color:#fefefe;
	scrollbar-shadow-color:#f0f0f0;
	scrollbar-3dlight-color:#d9d9d9;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color: #f8f8f8;
	scrollbar-darkshadow-color:#b8b8b8;
	scrollbar-base-color: #ffffff;	
	margin: 0 auto;
	padding: 0;
	font-family: 'Trebuchet MS',Arial, Sans-Serif;
	font-size: 12px;
	background:url(../images/bg_content.jpg) repeat-x #fff;
	color: #464749;
	text-align: center;	
}