body{
	margin:0px auto;
	text-align:center;
}


#main{
	text-align:left;
	width:770px;
	margin:auto;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#testata {
	height:72px;
}

#menu{
	height:40px;
}


#bottom{
	height:66px;
	background-image:url(../grafica/bg_bottom.jpg);
	background-repeat:repeat-x;
}

#principale-contact{
	background-color:#000000;
	background-image:url(../grafica/foto_news.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#titolo-contact{
	height:92px;
	background-image:url(../grafica/tit_contact.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#principale-biog{
	background-color:#000000;
	background-image:url(../grafica/foto_biog.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#titolo-biog{
	height:92px;
	background-image:url(../grafica/tit_biog.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#principale-lyrics{
	background-color:#000000;
	background-image:url(../grafica/foto_lyrics.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#titolo-lyrics{
	height:92px;
	background-image:url(../grafica/tit_lyrics.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#principale-news{
	background-color:#000000;
	background-image:url(../grafica/foto_news.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#titolo-news{
	height:92px;
	background-image:url(../grafica/tit_news.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#contenuti{
	padding:20px 0px 20px 40px;
	width:430px;
}
#contenuti h2{
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(../grafica/bg_h2.gif);
	background-repeat:no-repeat;
	height:47px;
	padding-left:60px;
	padding-top:6px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}

#contenuti a{
	color:#c51e22;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#contenuti a:hover{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

hr{
	display:none;
	visibility:hidden;
}

#contenuti h2 a{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;	
	text-decoration:none;
}
#contenuti h2 a:hover{
	color:#c51e22;
	font-size:18px;
	font-weight:bold;	
	text-decoration:none;
}
#invisibile{
	width:770px;
	position:absolute;
	top:-1000px;
	visibility:hidden;
}