           /* Generic */

body {
background-color: White;
background-position: center top;
font-family: Helvetica neue ultra light, sans-serif;
font-size:8pt;
color: Black;	
text-align: left; /*correzione IE bug 1/2*/
}

#conteiner { 
margin-left: -264px;
left: 50%;
width: 528px;
height:425px;
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: 528px;
height:300px;
background: White; 
text-align: center;
position: relative; 
}

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

.stamp {
width: 528px;
height:275px;
text-align: left;
float:left; 
}


#footer {
background: white; 
text-align: center;
font-size:8pt;
width: 528px;
height: 65px;
margin-top: 60px;
}
