* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	background: #fff;
}
#flashcontent {
	height: 100%;
	color:#333;
}
a {
	color: #333;
}
p {
	padding-top: 5em;
	padding-left: 2%;
}
div.bg {
	position:relative;
	width:46%;
	padding-left:2%;
	height:auto;
	font-size:9px;
	float:left;
}
div.en {
	position:relative;
	width:46%;
	padding-left:2%;
	height:auto;
	font-size:9px;
	float:right;
}

div.content {
	display:none;
	line-height:15px;
	width:100%;
	height:100%;
	/* visibility:hidden;*/
   position:absolute;
	top:100px;
	left:0;
}
.content h1 {
	font-size:16px;
	margin-bottom:20px;
	padding-left:2%;
}
