           /* Generic */

body {
background-color: White;
background-position: center top;
font-family: Helvetica neue ultra light, sans-serif;
font-size:10pt;
color: Black;	
text-align: left; /*correzione IE bug 1/2*/
}

#conteiner { 
margin-left: -342px;
left: 50%;
width: 687px;
height: 1166px;
position: absolute;
background: White;
background-position: top;
top: 50px;
overflow: visible;
}
a:link {
color: Black;
text-decoration: none;
}

a:visited {
color: Black;
text-decoration: none;
}

a:hover {
color: Black;
text-decoration: none;
}

a img {
border: none;
}

           /* Header */

#header { 
width: 687px;
height: 1066px;
background: White; 
text-align: center;
position: relative;
}

.titolo {
width: 687px;
height: 25px;
font-size:8pt;
background: White;
text-align: center;
}
           /* Menu */

.immagineA {
width: 340px;
height: 340px;
float:left;
margin-right: 7px;
margin-bottom: 7px; 
}

.immagineB {
width: 340px;
height: 340px;
float:left;
}

#footer {
text-align: center;
font-size:8pt;
width: 687px;
height: 65px;
margin-top: 50px;
}