/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F9F0E3;
	}
#flashcontent {
	height: 100%;
	color: #7EA931;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

 a{
	text-decoration: none;
		color: #7EA931;
}
 a:hover{
	text-decoration: none;
	color: #D92027;
}




	

