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

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

#header {
	background-color:#CCCCCC;
	height:312px;
	margin:0;
	width: 760px;
	border-bottom:1px #FFFFFF solid;
}	
#menu {
	margin:3px 0 0 18px;
	position:absolute;
	z-index:20;
}
	
#content {
	width:760px;
	height:240px;
	background:#0096b9 url(../img/sf_home_2.jpg) repeat-x bottom;
	margin:0 auto;
	padding:0;/**/
	border-bottom:1px #000033 solid;
}
		
#box_sx {
	width:294px;
	float:left;
	display:inline;
	padding:0;
	background:#0096b9 url(../img/sf_prox_concerti.jpg) bottom repeat-x;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
}

#box_dx {
	width:213px;
	margin:110px 0 0 220px;
	padding:5px;
	float:left;
	font-size:0.875em;
}

.home {
	background-image: url(../img/sf_home.jpg);
	background-repeat: no-repeat;
	}
		
#footer {
	margin:10px 0 0 0;}

