body {
	background-color: black;
	margin:0;
	padding:0;
	border-width:0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: #B02412;
}

a.no_underline:hover { /*toglie la sottolineatura alle immagini linkate al passaggio del mouse*/
	background-color:inherit;
}

div {
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	border:0px solid #B02412;
}

img {
	border-width:0px;
}

#contenitore-principale {
	width:702px;
}

#contenuto-principale {}

/*	HEADER E MENU	*/
#header {
	width: 700px;
	height: 150px;
	border-width:1px;
}

#menu {
	margin-bottom:3px;	
}

/*	FOOTER	*/
#credits {
	clear:both;
	background-color:#B02412;
	margin-top:5px;
	padding:3px 0 3px 0;
}

#credits div {
	display:inline-block;
	vertical-align:middle;
}

#credits div a {
	display:inline-block;
	vertical-align:text-bottom;
}

#footer {}

#footer a:hover {
	background-color:inherit;
}

#links {}
