* {
	margin: 0px;
	padding: 0px;
	border: 0; /*per i bordi di tutte le immagini*/
}
body {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	background-image: url(../immagini/sfondo.jpg);
	background-color: #600;
	background-attachment: fixed;
	font-size: 1em;
}

#contenitore {
	text-align: left;
	margin: 0 auto;
	width: 720px;
}
#testata {
	text-align: center;
}

#barra {
	background-image: url(../immagini/barra.gif);
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
}


#contenuto {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C03;
	border-left-color: #C03;
	height: auto;
	background-color: #600;
}





#fondo {
	text-align: center;
	background-image: url(../immagini/barra.gif);
	color: #FC3;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 83%;
	height: auto;
	margin-bottom: 20px;

}
#contenuto h5   {
	text-align: center;
	color: #FC3;
	font-weight: normal;
	padding: 5px 0;
	background-color: #600;
}
a:link ,a:visited{
	color: #FC3;
	text-decoration: none;
}
a:hover , a:active{
	color: #F93;
	text-decoration: underline;
}
.nascosto , hr{
	display: none;
}
