@CHARSET "ISO-8859-1";

html, body {
	margin:0px;
	padding:0px;
	background-color:  #cbcbcb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#flash {
	min-width:1000px;
	height:93%;
}
#footer {
	color: #878787;
	height: 2px;
	background-image: url("/img/foot-border.gif");
	background-repeat: repeat-x;
	background-position: top;

}

#credits {
	color: #878787;
}
#footer-bottom {		
	width:100%;	 
	position:absolute;
	bottom:2px;
	text-align:center;
	
}
a:link, a:visited {
	text-decoration: underline;
	color: #878787;
}

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

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

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