body{
	padding:0px;
	margin:0px;
	background: url('../image/bg-intro.jpg') repeat-x #D1ECF7;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#container {
	position:absolute;
	width:514px;
	left:50%;
	margin-left:-255px;
}


#text{
	position:relative;
	background: url('../image/bot-intro.gif') no-repeat;
	font-size:12px;
	text-align:center;
	height: auto !important;  /* per i browser moderni */
    height: 200px;      /* per IE5.x e IE6 */
    min-height: 200px;  /* per i browser moderni */
    line-height:18px;
    padding:10px;
}

#fooHome{
	position:relative;
	background: url('../image/bot-intro.gif') no-repeat;
	font-size:12px;
	text-align:center;
    line-height:18px;
    padding:10px;
}

#fooHome h1{
	font-size:15px;
}

#foo{
	position:relative;
	font-size:12px;
	text-align:center;
    line-height:18px;
    padding:10px;
}

#fooTxt{
	position:absolute;
	bottom:0;
	font-size:12px;
	text-align:center;
    line-height:18px;
    padding:10px;
}

#text1{
	position:relative;
	background: url('../image/bot-intro.gif') no-repeat;
	font-size:12px;
	text-align:left;
	line-height:20px;
	padding:10px;
}

#text a, #text1 a, #foo a, #fooHome a, #fooTxt a{
	color:#005879;	
}

a#ita-but, a#ita-but:visited{
	float:left;
	width:255px;
	height:66px;
	background: url('../image/but-ita.gif') no-repeat 0px -66px;	
}

a#ita-but:hover{background-position:0px 0px;}


a#eng-but, a#eng-but:visited{
	float:left;
	width:255px;
	height:66px;
	background: url('../image/but-eng.gif') no-repeat 0px -66px;	
}

a#eng-but:hover{background-position:0px 0px;}

h1{
	display:block;
	text-align:center;
	font-size:20px;
	color:#005879;
}


