@charset "UTF-8";
/* CSS Document */
html, body {
	background-color:#FFF;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	height:100%;
}


a { text-decoration:none; font-weight:bold; color:#666666;}

#container {
	height:98%;
}

#oscalito {
	height:100%;
}
#testo_flash {
	background-color:#FFF;
	font-size:10px;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	font-size:10px;
	
}


