body,html { height:100%;margin:0} 

 #logo{ 
       
 }
 #eng{ 
       float:left;
        text-decoration: none;
	margin-top: 80px;
        }
#ita{ 
	float:right;
        text-decoration: none;
	margin-top: 80px;
 }
 #eng a, #ita a{ 
        text-decoration: none;
	text-transform: uppercase;
	color:#aaa;
	display: block;
	width:250px;
	height: 200px;
	text-align: center;
	padding: 140px 0 0 0;
       }
       #eng a:hover, #ita a:hover{
	color:#c30;
       }
	
#container_index {
	position:absolute;
	left:50%;
	top:50%;
	width:940px;
	height:570px;
	margin-left:-470px;
	margin-top:-285px;
        background: url(../images/index.jpg) no-repeat 0 180px;
}
.indexpage {
	
        background: url(../images/bg.gif) repeat-x center center;
}