@CHARSET "ISO-8859-1";

html, body {
	margin:0px;
	padding:0px;
	background-color: #D79C28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#flash {
	min-width:500px;
	height:95%;
}
/* FOOTER */
ul#footer {
	text-transform:none;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left:0px;
	text-align: center;
	padding:0;
	margin: 0;
	z-index: 200;
	background:#d79c28;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#footer li {
	
	display: inline;
	list-style-type: none;
	color:#f1eac5;
}

#footer li a {
	color: #f1eac5;
	text-decoration: none;
	margin-left: 10px;
}

#footer li a:hover {
	color: #a7651a;
	text-decoration: underline;
}

#footer li ul
{
	display: none;	
	position: absolute;
	height: 20px;
	bottom: 30px;
	left:0px;
	width:100%;
	background:#d79c28;
	margin:0;
	padding:0;
	z-index: 300;
}

#footer li:hover ul { display: block; }

/* END FOOTER */