@charset "utf-8";
/* CSS Document */

body,html { height:100%;
margin:0;
background-image: url(../img/base_background.jpg);
background-position: center;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
}



/*.contentbase{
position: relative;
border: 1px solid #FF0000;
height: 200px;
width:980px;
} */

.contentbase {
width:980px; height:440px;
position:absolute;top:50%;left:50%;
margin:-220px 0 0 -490px;
/*background-image: url(../img/base/base.gif);*/
	
}

.home{
	width: 980px;
	height: 440px;
	margin: 0	px; 
}

.logo{
	position: absolute;
	top:0px;
	left:0px;
	width: 270px;
	height: 440px;
	z-index: 50;
}
.informazioni{
	font-size: 11px;
	color: #A4A4A4;
	position: absolute;
	top:334px;
	left:262px;
	width: 718px;
}

.foto{
	position: absolute;
	width: 527px;
	height: 185px;
	top:112px;
	left:444px;
}

.menu{
	width: 174px;
	position: absolute;
	left: 252px;
	top: 115px;
	height: 190px;
	z-index:1
}
#langhome{
	position:absolute;
	width:57px;
	height:25px;
	left: 918px;
	top: 79px;
}
 

