body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

img { border: none; }
		
#noFlashDiv {
	text-align: center;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	margin: 20px;
}
		
#noFlashDiv a {
	text-decoration: none;
	border-bottom: dotted 1px #82bdd7;
	color: #82bdd7;
}
		
#noFlashDiv a:hover {
	border-bottom: dotted 1px #93d9f8;
	color: #93d9f8;
}

#footer {
	height: 230px;
}

#footer_content {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	color: #2d2c29;
	font-size: 9px;
}

#footer_content a {
	text-decoration: none;
	color: #2d2c29;
}

#footer_content a:hover {
	text-decoration: underline;
	color: #675f4e;
}

.hidden { display: none; }
