@charset "UTF-8";
/* CSS Document */

body {
	background:#0096b9 url(../img/sf_pagina.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
	
#container {
	margin:0 auto;
	background: #FFF;
	border:1px solid #00132A;
	width: 760px;
	padding:0px;
	}

#header {
	background-color:#CCCCCC;
	height:226px;
	margin:0;
	width: 760px;
	z-index: 150;
}	

#logo {
width:436px;
height:40px;
margin:16px 0 0 324px;
position:absolute;}

#menu { /*-- Z_index per sovrapposizione con video e foto */
	width:auto;
	margin:196px 0 0 18px;
	position:absolute;
	z-index:100;}
	
#content {
	width:613px;
	margin:30px 0 20px 50px;
}
		
#legenda {
	width:350px;
	border:solid 1px #ccc;
	float:right;
	margin:10px 18px 0 0;
	padding:3px;
	font-size:0.75em;
	background:#E7E7E7;
	color: #0096b9;
}

#player {
	z-index:1;
	margin: 0 auto;
	width: 550px;
	position:relative;
}

#videoyoutube {
	margin: 0 auto;
	width: 550px;
	position:relative;
}


.biografia {
	background-image: url(../img/sf_biografia.jpg);
	background-repeat: no-repeat;
	}

.repertorio {
	background-image: url(../img/sf_repertorio.jpg);
	background-repeat: no-repeat;
}

.recensioni {
	background-image: url(../img/sf_recensioni.jpg);
	background-repeat: no-repeat;
}

.media {
	background-image: url(../img/sf_media.jpg);
	background-repeat: no-repeat;
}


.contatti {
	background-image: url(../img/sf_contatti.jpg);
	background-repeat: no-repeat;
}

.link {
	background-image: url(../img/sf_link.jpg);
	background-repeat: no-repeat;
}

.calendario {
	background-image: url(../img/sf_calendario.jpg);
	background-repeat: no-repeat;
}

.cd_dvd {
	background-image: url(../img/sf_cd_dvd.jpg);
	background-repeat: no-repeat;
}


#footer {
width:746px;
margin:10px auto 20px auto;
padding:6px;
background:#004D69;
border:1px solid #00132A;
}
