html, body{ 
margin:0; 
padding:0; 
height: 100%;
text-align:center; 
background-color: #160806;
} 

a {
color: #3f1b0f;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #3f1b0f;
}

a:hover {
text-decoration: none;
color: #7e4039;
}

a:active {
text-decoration: none;
color: #7e4039;
}
 
#pagewidth{
background: url(images/fondino_rigato.gif);
width:100%;
text-align:left;  
margin-left:auto; 
margin-right:auto;  
background-color: #160806;
} 

#container{
width:900px;
text-align:center;  
margin-left:auto; 
margin-right:auto;  
height: 525px;
color: #3f1b0f; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px;
background: url(images/logo_splash.png) no-repeat;
background-position: 50%;
}

* html #container{
background: transparent none no-repeat top left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',  src='images/logo_splash2.png');
}
 
#container_left{
width:287px;
height: 525px;
float: left;
text-align: center;
background: url(images/immagine_italiano.jpg) top no-repeat;
background-position: 50%;
}

#container_right{
width:287px;
height: 525px;
float: right;
text-align: center;
background: url(images/immagine_inglese.jpg) top no-repeat;
background-position: 50%;
}

#italiano, #inglese{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: #3f1b0f;
letter-spacing: 3px;
text-align: center;
margin-top:450px;
}
 
#footer{
height: 60px;
background-color: #160806;
background: url(images/fondino_sfumato.gif);
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #b38600;
clear: both;
text-align: center; 
letter-spacing: 2px;
line-height:70px;
} 

* html #footer{
background-color: #160806;
background: url(images/fondino_sfumato.gif);
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #b38600;
clear: both;
text-align: center; 
letter-spacing: 2px;
line-height:60px;
} 

#footer a {
color: #b38600;
}

#footer a:link {
text-decoration: none;
}

#footer a:visited {
text-decoration: none;
color: #b38600;
}

#footer a:hover {
text-decoration: none;
color: #ffffff;
}

#footer a:active {
text-decoration: none;
color: #967a64;
}
#iva{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 9px;
color: #6c5101;
text-align: center; 
letter-spacing: 2px;
background-color: #160806;
} 
 

 
 /* *** Float *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

