html, body {	
	height: 100%;
	width: 100%;
}
#flash {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}

body {
	background-color: #000000;
	margin: 0px;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 9999;
}
#container {
	position: absolute;
	width: 900px;
	left: -450px;
	top: 440px;
}
.heading {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8e8e8e;
}

