html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background: #120D17;
	height: 125%;
}

#flashContent {
	height: 100%;
}
									
#contact{
	position: relative;
	text-align: center; 
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	font-family: Arial, Sans, "Sans-serif";
	font-size: 80%;
}

#contact a{
	color:#2D6A8F;
	text-decoration: none;
	
}

#contact a:hover{
	color:#ffffff;
	text-decoration: underline;		
}

#contact a:visited{
	color:#2D6A8F;
	text-decoration: none;		
}

	