body {
	margin: 0px;
	background-color: #2E251C;
	color: #9D6D32;
}


#flashcontent {
	width: 100%;
	height: 100%;
		
	}


a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}




#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #7E5725;
	line-height: 12px;
	margin-top: 10px;
	text-align: center;
}
