*{
   margin: 0;
   padding: 0;
   }

html {
    height: 100%;
    overflow: hidden;
}
img{
border:none;
margin-right:10px;
vertical-align:middle;



}
	
body {
	height: 100%;
	margin:0;
	margin-top:1px;
	color: #ccc;
	text-decoration: none;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
}
#flashcontent {
	height: 100%;
	z-index: 100;
}a {
	color: #fff;
	
}
p { 
    padding-top: 5em;
	padding-left: 5em;
}
div.bg{
   position:relative;
   color:#000;
   width:40%;
   height:auto;
   font-size:9px;
   float:left;
 }
 div.en{
	position:relative;
	color:#ccc;
	width:40%;
	height:auto;
	font-size:9px;
	float:right;
 }
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-left: 50px;
	padding-top: 30px;
	color: #FF9900;
}
.title {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
