@CHARSET "ISO-8859-1";

html, body {
	margin:0px;
	padding:0px;
	background-color: #573728;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#flash {
	min-width:1000px;
	height:93%;
}
#footer {
	color: #9c715d;
}
#credits {
	color: #9c715d;
}
#footer-bottom {
	width:100%;
	position:absolute;
	bottom:2px;
	text-align:center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #9c715d;
}

a:hover, a:active {
	text-decoration: none;
}

a.cred:link, a.cred:visited {
	text-decoration: underline;
	color: #9c715d;
}

a.cred:hover, a.cred:active {
	text-decoration: none;
}