@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFC;
	background-image:url(../img/sfondi/bg.gif);
}
/*Contenitore centrale*/
div#contenitore {
	margin:0 auto;
	width:955px;/*2 px prende il bordo*/
	min-height:602px;
	height:auto !important;
	height:602px;
	border:1px solid #660000;
	overflow:hidden;
	background-repeat:repeat-x;
	}
div#testo {
	width:265px;
	float:left;
	margin-left:13px;
	min-height:157px;
	height:auto !important;
	height:157px;
	}
/*testo corpo*/
div#testocorpo {
	float:left;
	width:265px; !important;
	width /**/:265px;
	height:108px !important;
	height /**/: 108px;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:justify;
	}

/*Scelta lingua*/
div#lingua {
	margin-top:30px;
	margin-left:128px;
	width:700px;/*2 px prende il bordo*/
	height:auto !important;
	overflow: hidden;
	text-align:center;
	}

.textwhite {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color:#FFF;
	line-height:1.6em;
	text-align:center;
	}
.textwhite2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#FFF;
	line-height:1.6em;
	text-align:center;
	}
.textwhite2 a:link {
	color:#FFF;
	text-decoration:none;
	}
.textwhite2 a:visited {
	color:#FFF;
	text-decoration:none;
	}
.textwhite2 a:hover {
	color:#FFF;
	text-decoration:underline;
	}
	
