/* CSS DI LAYOUT */
/* Qui: misure, posizionamento, margini e padding */
body {
margin:0;
}

/* Contenitore principale subito dopo body */
#main {
width:950px;
background-image:url(../img/sfondo_main.gif);
background-repeat:repeat-y;
display:table;
margin: 0; 
}

#mainhome {
width:950px;
background-image:url(../img/sfondo_main_home.gif);
background-repeat:repeat-y;
display:table;
margin: 0; 
}

#header {
width:950px;
height:226px;
}

#container {
width:950px;
}

#sx {
width:197px;
float:left;
}

#sx img{
	position:
}


#content {
width:406px;
float:left;
}

#dx {
width:347px;
float: right;
display:table-cell;
}

#footer{
width:950px;
height:93px;
clear:both;
}


