body { 
	background-color: #1b1716; 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	text-align: center;}

html { 
	height: 100%;
	overflow: auto;
}

#flashcontent-main { 
	height: 100%;
	width:  100%;
	position: absolute;
	top: 0;
	left: 0;
}

#static { 
	text-align: center;
}

#statictext { 
	color: #a1a1a1; 
	font-size: 12px; 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
}

#statictext a { 
	color: #5b6557; 
	text-decoration: underline; 
}

#statictext a:hover { 
	text-decoration: none; 
}
