/* CSS DI LAYOUT */
/* Qui: misure, posizionamento, margini e padding */
body {
  width:750px;
  margin: 10px auto 0px auto; 
}

/* splash content */
#splashcontent {
position:absolute;
top:50%;
left:50%;
width:471px;
height:300px;
margin-left:-235px;
margin-top: -150px;
text-align:center;
}

#splashcontent img{
border:0;
}


#splashcontent address{
font-style: normal;
}

/* Contenitore principale subito dopo body */
#main {
width:750px;
display:table;
background-image:url('../imgs/sfondo_main.gif');
background-repeat:repeat-y;
}

/* HEADER */

#header {
width:750px;
  height: 217px;
}
/* Main content, sezione centrale con dentro navbar e content*/

#maincontent {
width:750px;
}

#left {
float:left;
margin:0px;
padding:0px;
width:141px;
}

#content {
width:592px;
float:left;
}

#navbar {
margin:0px;
padding:0px;
width:141px;
}
