* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:14px;
	color: #999;
	text-decoration: none;
	background: #333333;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
h2, h1, h3, h4 {
	line-height:30px;
}
#flashcontent {
	height: 100%;
}
a {
	color: #fff;
	background-color:#669900;
	text-decoration:none;
}
p {
	padding-top: 300px;
	padding-left: 1em;
}
div.bg {
	position:relative;
	color:#ccc;
	width:90%;
	padding:5%;
	height:auto;
}
div.en {
	position:relative;
	color:#ccc;
	width:80%;
	padding:2%;
	height:auto;
}

