* { 
 margin: 0; 
 padding: 0;
}

html, body {
 background-color: #fff;
 font-family: Helvetica, Arial, Verdana, sans-serif;
}

#container {
 width: 100%;
 margin: none;
 background: #ffffff url(images/sfondo.gif) repeat-x
}

#logo {
 float: left;
 width: 160px;
 height: 152px;
 margin-left: 10px;
 margin-top: 10px;
 background: url(images/logo.gif) no-repeat
 }

#header {
 height: 82px;
 text-align: center;
 padding: 40px 0px 0px 0px;
}

#navigation1 {
  height: 18px;
}

#navigation1 table {
 margin: auto;
}

#navigation1 td {
 width: 132px;
 text-align: center;
}

#navigation1 td a{
 font-size: 75%;
 text-decoration: none;
 color: #000;
}

#navigation1 td:hover {
 background: url(images/sopra.gif) no-repeat;
}

#navigation1 td.menu-current, td.menu-current:hover {
 background: url(images/qui.gif) no-repeat;
}

#content {
 margin-left: 10px;
 margin-right: 10px;
 padding: 30px 0px 20px 0px;
}

#footer {
 clear: both;
 padding: 0.5em;
 color: #333;
 background-color: #eee;
 border-top: 1px solid gray;
}

