body {
	background-color: #3f63a0;
}
#language-select a.china {
	background-image: url( '../images/en/china.png' );
	background-position: 0 0;
}
#language-select a.china:hover {
	background-position: 0 100px;
}
#language-select a.usa {
	background-image: url( '../images/en/usa.png' );
	background-position: 0 100px;
}
#bottom-container {
	background: #3f63a0 url( '../images/en/background-bottom-usa.png' ) repeat-x;
	color: #dbcff1;
	min-height: 280px;
}
#bottom {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#footer-container {
	background: #ddc9ba url( '../images/zh/footer.png' ) repeat-x;
	height: 1.5em;
}
#main a {
	color: #f1aad0;
	font-weight: bold;
}
#mid-container {
	background: #ddc9ba url( '../images/global/background-mid.png') repeat-x;
	height: 400px;
}
#mid {
	width: 900px;
	margin: 0 auto 0 auto;
}
#nav li a {
	background:url(../images/en/button.png) top left no-repeat;
	color:#FFF;
	padding-left:2px;
	float:left;
	height: 28px;
}
#nav li a span {
	background:url(../images/en/button.png) top right no-repeat;
	padding:9px 30px 9px 30px;
	float:left;
}
#nav li a:hover {
	background:url(../images/en/button.png) bottom left no-repeat;
	cursor:pointer; /* FOR IE6 */
}
	
#nav li a:hover span {
	background:url(../images/en/button.png) bottom right no-repeat;
	cursor:pointer; /* FOR IE6 */
}
#registries-list-container {
	text-align: center;
}
#registries-list ul {
	list-style-type: none;
}
#registries-list li {
	width: 30%;
	display: inline;
	
}
#upper-container {
	background: #3f63a0 url( '../images/en/border-top.png' ) repeat-x;
	height: 20px;
}
#westloop-container a {
	color: #f1aad0;
	font-weight: bold;
}
a {
	color: #f1aad0;
	font-weight: bold;
}
