#testata {
	position: absolute;
	height: 140px;
	width: 700px;
	
	overflow: hidden;
	top: 10px;
	left: 10px;	
}
#bordo_sx {
	position: absolute;
	min-height: 100%;
	width: 20px;
	background-image: url(img_layout/bordo_sx.jpg);
	overflow: visible;
	top: 0px;
	left: 0px;
}
#bordo_dx {
	position: absolute;
	min-height: 100%;
	width: 24px;
	background-image: url(img_layout/bordo_dx.jpg);
	overflow: visible;
	top: 0px;
	left: 676px;
	
	
}
#sponsor {
	position: absolute;
	height: auto;
	width: 161px;
	overflow: hidden;
	background-image: url(img_layout/greyground.jpg);
	background-repeat: repeat;
	top: 30px;
	left: 715px;
}


#top {
	position: absolute;
	width: 700px;
	min-height: 100%;
	overflow: visible;
	background-image: url(img_layout/greyground.jpg);
	top: 150px;
	left: 10px;
	
	
}

#piede {
	position: absolute;
	height: 16px;
	width: 700px;
	overflow: hidden;
	background-image: url(img_layout/piede.jpg);
	bottom: 0px;
	left: 0px;
	
}


/* ########## Style div ########## */
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
}
.link_green {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009933;
	text-decoration: none;
}

.titoletto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
}

.titoletto_green {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009933;
	text-decoration: none;
}
.image {
	margin: 5px 5px 5px 5px;
	border: 2px solid #999999;
}
