* {
	margin:0;
	padding:0;
	background-color: #252525;
}
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #a9a798;
	text-decoration: none;
	margin-top:1px;
	background-color: #252525;
}
#flashcontent {
	
	height: 100%;
}
a {
	color: #fffeee;
}
p {
	padding-top: 5em;
	padding-left: 5em;
}
div.bg {
	position:relative;
	color:#252525;
	width:40%;
	height:auto;
	font-size:9px;
	float:left;
}
div.en {
	position:relative;
	color:#252525;
	width:40%;
	height:auto;
	font-size:9px;
	float:right;
}
div.content{
	width:80%;
	margin-left:10%;}

