/*----- intro_isanti.css - by Cristina De Simone -----*/

html, body {
	margin: 0px; 
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #990000;
	text-align: center;/*per allineare i div al centro*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 11px;
	color: #c7c690;
}
a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #c7c690;
	}
a:hover {
	text-decoration: underline;
	}
#corpo {
	margin: 0px; 
	padding: 0px;
	/*height: 100%;*/
	width: 100%;
}
#flash {
	margin: 5% 0px 0px; 
	padding: 0px;
	height: 400px;
	width: 100%;
}
a.BtnEnter {
	font-size: 12px;
	color: #c7c690;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/freccia.gif) no-repeat left center;
	padding-left: 12px;
	}
a:hover.BtnEnter {
    color: #9B7A35; 
	text-decoration: none;
	background: url(../img/freccia_over.gif) no-repeat left center;
	}
