body {
background-color: #333;
width: 100%;
height: 100%;
text-align: center;
clear: both;
margin:auto;
}
.pre_menu_cont{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
	padding-top:270px;
	padding-bottom:100px;
}
.pre_menu_cont_inner{
	width:100%;
	background:url('../images/back_box.png') repeat;
	height:187px;
	border-bottom: 7px solid #333333
}
.center{
	width:450px;
	height: 187px;
	margin:auto
}
.logo{
	width:432px;
	padding-top:20px;
	height: 110px;
	padding-left:0px;
}
.lingue{}

/*****menu lingue****/
ul#menu_la {
	list-style:none; 
	height:24px;
	width:auto;
	margin-top:22px;
}

.main-menu-la-100 {
	background-image:url('../images/100.png');
	background-repeat:no-repeat;
	width:64px;
	margin-right:24px;
}
.main-menu-la-200 {
	background-image:url('../images/200.png');
	width:57px;
	margin-right:24px;
}
.main-menu-la-300 {
	background-image:url('../images/300a.png');
	width:62px;
	margin-right:24px;
}
.main-menu-la-400 {
	background-image:url('../images/400a.png');
	width:73px;
}

ul#menu_la li {
	height:24px;
	float:left;
	overflow:hidden
}

ul#menu_la li a, ul#menu_la li a:visited {
	display:block;
	background-position:0 -24px;
	background-repeat:no-repeat; 
	text-indent:-999px;
	overflow:hidden;
	height:24px;
}

ul#menu_la li a:hover {
	display:block;
	background-position:0 0px;
	background-repeat:no-repeat; 
	text-indent:-999px;
	overflow:hidden;
	height:24px;
	position:relative; 
	z-index:2000;
}
