@CHARSET "ISO-8859-1";

html, body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#flash {
	min-width:500px;
	height:95%;
}
#footer {
	text-align:center;
	color: #272727;
	width:100%;
}
#footeralto {
	text-align:center;
	color: #272727;
	width:100%;
}
#footer p {
	padding:0px;
	margin:0px;
	/*position:absolute;
	bottom:10px;
	margin:auto;
	text-align:center;*/
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #000000;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #000000;
}
