html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #1c051d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFE38D;
}
#flashcontent p {
	height: 200px;
	width: 500px;
	margin-top: -100px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
#flashcontent p a {
	color: #FFE38D;
	text-decoration: underline;
}
#flashcontent p a:hover {
	color: #FFF;
	text-decoration: none;
}
#flashcontent img   {
	text-align: center;
}

#flashcontent {
	height: 100%;
}
