/* CSS DI LAYOUT */
/* Qui: misure, posizionamento, margini e padding */
body {
margin:0;
background-image:url(../img/sfondo.gif);
background-repeat:repeat-x;
background-color:#143264;
}

/* Contenitore principale subito dopo body */
#main {
width:759px;
margin: 0px auto 0px auto; 
}


#header {
width:759px;
height:199px;
}


#header .img{
float:left;
background-image:url(../img/header_sx.gif);
background-repeat:no-repeat;
width:510px;
height:199px;
}

#header .menu{
float: right;
width:249px;
height:199px;
}

#container {
width:759px;
display:table;
}

#container #content{
width:759px;
}


#footer{
width:792px;
height:68px;
clear:both;
}


