/* CSS Document */

#logo {

	background-image:url(../img_style/header/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	width: 133px;
	float:left;
}

#language {
	height: 54px;
	width: 90px;
	padding-top: 10px;
	float:left;
}

#menu_box {
	height: 54px;
	width: 777px;
	padding-top: 10px;
	float:left;
	text-align:right;	
}


div#container{
height: 65px;
	width: 1000px;
margin: 0 auto; /*Allineamento centrato per Firefox,Opera e Netscape*/
text-align: center; /*Allineamento centrato per IE*/
}