/* CSS Document */

body {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:1C1C1C;
	background-image:url(../immagini/backgrounds/sf.gif);
	background-position:top;
	background-repeat:repeat-x;
}


#container {
	width:770px;
	position:relative;
	margin:auto;
	background-color:#FFFFFF;
	
}



#centrale {
	width:770px;
	
}

#testo-sx {
	width:360px;
	float:left;
	background-image:url(../immagini/backgrounds/pianoforte.jpg);
	padding-left:10px;
	padding-right:10px;	
}

#riga {
	width:10px;
	float:left;
	
}

#testo-dx {
	width:360px;
	padding-left:10px;	
	padding-right:10px;	
	float:left;
	background-image:url(../immagini/backgrounds/sax.jpg);
	
}

#testo-serate {
	width:750px;
	padding-left:10px;
	padding-right:10px;	
	background-image:url(../immagini/backgrounds/sax.jpg);
	background-position:right;
	background-repeat:no-repeat;
}



#buttons {
	width:254px;
	padding-right:1px;
	padding-left:1px;
	float:left;
	
}


#footer {
	width:770px;
	height:58px;
	background-image:url(../immagini/backgrounds/back_indirizzo.gif);
	background-repeat:repeat-x;
	clear:both;
	padding-top:25px;
	color:#FFFFFF;
	
}

#footer a {
	color: #FFFFCC;	
}