@CHARSET "ISO-8859-1";

/* intro | Begin */
body{
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/intro_bg.jpg) repeat-x top left #000;
}

.table{
	background: url(../img/intro_centrale.jpg) no-repeat top left;
	width: 699px;
	height: 476px;
}

.td{
	margin-top: 190px;
	margin-left: 395px;
	margin-right: 110px;
}
/* intro | End */

/* menu flags home | Begin */
.menu_flags_home {
	list-style-type:none;
}

.menu_flags_home li {
	margin: 0 0 0 5px;
	padding: 0px 5px 0px 0px;
	margin-left: 5px;
	font-size: 1em;
	float: left;
}

.menu_flags_home li a{
	
}

.menu_flags_home li span{
	font-size: 1.4em;
	font-weight: normal;
}
/* menu flags home | End */


/* flags | Begin */
.flag_ita, .flag_eng, .flag_fre{
	width: 22px;
	height: 15px;
	display: block;
}

.flag_ita{
	background: url(../img/lang_ita.gif) no-repeat;
}

.flag_eng{
	background: url(../img/lang_eng.gif) no-repeat;
}

.flag_fre{
	background: url(../img/lang_fre.gif) no-repeat;
}

.flag_ita span, .flag_eng span, .flag_fre span{
	display: none;
}

.flag_disabled{
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
}
/* flags | End */
