body {
	margin: 0;
	padding: 0;
}

/* Contenitore principale del testo 
della pagina */
#main {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #000;
	background-image: url(../img/bg-enter.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
/*	border: 1px solid red; */
}

div.bandiere {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	width: 100%;
	margin: 1em 0;	
/*	border: 1px solid red; */
}
div.bandiere a:link { 
	color: #000;
	background-color: #FFF;
}
div.bandiere a:active { 
	color: #000;
	background-color: #FFF;
}
div.bandiere a:visited { 
	color: #000;
	background-color: #FFF;
}
div.bandiere a:hover { 
	color: #FFF; 
	background-color: #000; 
	text-decoration: none;
}
