body {
	background-color: #833;
}
#language-select a.china {
	background-image: url( '../images/zh/china.png' );
	background-position: 0 100px;
}
#language-select a.usa {
	background-image: url( '../images/zh/usa.png' );
	background-position: 0 0px;
}
#language-select a.usa:hover {
	background-position: 0 100px;
}
#bottom-container {
	background: #833 url( '../images/zh/background-bottom-usa.png' ) repeat-x;
	color: #dbcff1;
}
#bottom {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#footer-container {
	background: #ddc9ba url( '../images/zh/footer.png' ) repeat-x;
}
#main a {
	color: #f1aad0;
	font-weight: bold;
}
#mid-container {
	background: #ddc9ba url( '../images/zh/background-mid.png') repeat-x;
	height: 400px;
}
#mid {
	width: 900px;
	margin: 0 auto 0 auto;
}
#nav li {
	margin: 0 30px 0 30px;
}
#nav li a {
	background:url(../images/zh/button.png) top left no-repeat;
	color:#FFF;
	padding-left:2px;
	float:left;
	height: 28px;
}
#nav li a span {
	background:url(../images/zh/button.png) top right no-repeat;
	padding:9px 30px 9px 30px;
	float:left;
}
#nav li a:hover {
	background:url(../images/zh/button.png) bottom left no-repeat;
	cursor:pointer; /* FOR IE6 */
}
	
#nav li a:hover span {
	background:url(../images/zh/button.png) bottom right no-repeat;
	cursor:pointer; /* FOR IE6 */
}
#nav a {
	color: black;
}
#nav a:hover {
	color: #222;
}
#upper-container {
	background: #833 url( '../images/zh/border-top.png' ) repeat-x;
	height: 20px;
}
