html {
	height:						100%;
	overflow:					hidden;
}

body {
	height:						100%;
	background-color: 		#1D171B;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	color: 						#D2655F;
	margin:	 					0px;
}

a {
	color: 						#D2655F;
	text-decoration: 			underline;
}

a:hover {
	color:						#FFFFFF;
	text-decoration: 			underline;
}

#flashholder {
	width:						100%;
	height:						100%;
}

#flashholder #textcontent {
	width:						300px;
	margin-left:				auto;
	margin-right:				auto;
}