/* RESET ALL BROWSER DEFAULTS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; padding:0;
}
table {
	border-collapse:collapse; border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%; font-weight:normal;
}
q:before,q:after {
	content:''; 
}
abbr,acronym { 
	border:0;
}

/* BASIC PAGE LAYOUT */
body {
	text-align: center;
	background: #000000;
	padding-bottom: 10px;
}
html {
	height: 100%;
	margin-bottom: 0.1em;
}	
div#wrap {
	width: 960px;
	margin: 10px auto;
	text-align: left;
}
div#banner {
	width: 430px;
	float: right;
	display: inline;
}
div#title-row {
	padding: 70px 10px 10px;
	background: #000;
	color: #FFF;
	width: 490px;
	margin: 0 0 10px;
}
div#choose-lang {
	clear: left;
}
div#content {
	width: 490px;
	padding: 10px;
}
div#credits, div#credits a, div#credits a:visited {
	font-family: "Arial Unicode MS", Arial, Verdana, Arial, sans-serif;
	color: #555;
	font-size: 10px;
}
/* FONTS AND TING */
#title-row h1 {
	text-align: center;
	color: #FBCC00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 40px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
}
div#choose-lang {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
}
div#choose-lang span {
	padding-left: 10px;
	font-size: 10px;
	line-height: 12px;
}
a, div#choose-lang a, div#choose-lang {
	color: #C0C0C0;
}
div#content {
	font-family: "Arial Unicode MS", Arial, Verdana, Arial, sans-serif;
	color: #FBCC00;
	font-size: 12px;
	line-height: 1.4em;
	text-align: justify;
}
div#content p {
	margin: 0 0 1em;
}
div#content h2 {
	color: #FBCC00;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
/* MISC */
div.clear {
	clear: left;
	height: 0px;
	overflow: hidden;
}
div#zh p {
	text-align: left;
}

