* { margin:0; padding:0; border-width: 0; }

html, body { 
		height:100%;
		}

body { background-image: url(../images/site_bg.gif); font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color:#000; color:#fff; font-size: 12px; text-align:center; /* horizontal centering for IE Win quirks */
		}
a:link { color: #ddd; }
a:hover { color: #900; }
a:visited { color: #ddd; }
a:active { color: #ddd; }

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-307px; /* half of container's height */
		float:left;
		}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:614px;
		width:980px;
		clear:left;
		}
#footer { 
		font-size: 10px; 
		float: left; 
		margin-top: 4px; 
		margin-bottom: 4px;
		color: #ccc;
		}
#lng { font-size: 13px; text-align: right; padding-bottom: 4px; }
#btn_tc {
	float: right;
}
#btn_tc a {
	height: 22px;
	width: 29px;
	background-image: url(../images/btn_chinese_off.gif);
	background-repeat: no-repeat;
	display: block;
}
#btn_tc a:link {
	background-image: url(../images/btn_chinese_off.gif);
	background-repeat: no-repeat;
	display: block;
}
#btn_tc a:hover { 
	background-image: url(../images/btn_chinese_on.gif);
	background-repeat: no-repeat;
}

#btn_en {
	float: right;
}
#btn_en a {
	height: 22px;
	width: 46px;
	background-image: url(../images/btn_english_off.gif);
	background-repeat: no-repeat;
	display: block;
}
#btn_en a:link {
	background-image: url(../images/btn_english_off.gif);
	background-repeat: no-repeat;
	display: block;
}
#btn_en a:hover { 
	background-image: url(../images/btn_english_on.gif);
	background-repeat: no-repeat;
}
