@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0px;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#000;
	background-attachment:fixed;
}
ul { list-style:none;}
#content { z-index:1; background:url(images/content_bg.jpg) no-repeat; display:block; width:582px; height:570px; margin:0px; padding:0px; }
#content table .tb{ color:#fff; width:581px; height:391px;}
#content table .tb2 td { padding:5px 0px;}
a {color:#6d6b66;font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none; margin:5px 0px;}
a:hover {color:#988400;}

#menu_bt {
	margin:0px 0px 0px 40px;*margin:0px 0px 0px 30px;
	padding:0px; vertical-align:text-top;
}
#menu_bt ul { margin:0px; padding:0px;
}
#menu_bt li {
	list-style:none;
	padding:0px 3px;
	float:left;
	color:#6d6b66;
	font-size:16px;
}
#menu_bt li a {
	width:150px;
	height:22px;
	padding-right:5px;
}
#menu_bt li.big5 a {
	display:block;
	background:url(images/bt_big5.gif) no-repeat left top;
}
#menu_bt li.big5 a:hover {
	background:url(images/bt_big52.gif) no-repeat left top;
}
#menu_bt li.en a {
	display:block;
	background:url(images/bt_eng.gif) no-repeat left top;
}
#menu_bt li.en a:hover {
	background:url(images/bt_eng2.gif) no-repeat left top;
}
#menu_bt li.contact a {
	display:block;
	background:url(images/bt_contact_us.gif) no-repeat left top;
}
#menu_bt li.contact a:hover {
	background:url(images/bt_contact_us2.gif) no-repeat left top;
}
#menu_bt li.line {
	display:block;
	width:1px;
	height:20px;
	background:url(images/menu_line.gif) no-repeat left top;
	margin:5px 0px 0px 5px;
}

