/****** Common Option *******/
html, body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #dcdcdc;
	font: 12px Arial, san-serif;
	text-align: center;
}

a {
	color: #dcdcdc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	border: 0;
}

.blank {
	clear: both;
	overflow: hidden;
}

.divider {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

/****** Layout *******/
.wrap {
	width: 770px;
	height: 570px;
	margin: 0 auto;
	background: #999;
	text-align: left;
}

#lang {
	height: 83px;
	text-align: right;
}

#lang div {
	float: right;
	width: 204px;
	height: 13px;
	margin: 60px 0 10px 0;
	text-align: left;
}

#lang a {
	float: left;
	display: block;
	width: 55px;
	height: 13px;
	margin-left: 7px;
	text-indent: -9999px;
	font-size: 1px;
}

#lang a.langCHS { background: url(../images/index_lang_chs.gif); }
#lang a.langCHS:hover { background: url(../images/index_lang_chs_rollover.gif); }
#lang a.langCHT { background: url(../images/index_lang_cht.gif); }
#lang a.langCHT:hover { background: url(../images/index_lang_cht_rollover.gif); }
#lang a.langEN { width: 50px; margin-right: 0; background: url(../images/index_lang_en.gif); }
#lang a.langEN:hover { background: url(../images/index_lang_en_rollover.gif); }

#flash {
	height: 240px;
	background: url(../images/index_flash.jpg);
}

#footer {
	height: 260px;
	background: url(../images/index_footer.gif);
	line-height: 1.5em;
}

#footerInfo {
	width: 590px;
	margin: 70px 0 0 50px;
}

#footerInfo p {
	margin: 5px 0 0 0;
	padding: 0;
}

#footerInfo p.copyright {
	padding-top: 10px;
	background: url(../images/line-x.gif) repeat-x top;
}

#footerInfo img {
	vertical-align: middle;
}