body {
	margin:0px;
	padding:0px;
	background: #000;
	color: #f00;
	font: 8pt/12pt verdana;
	text-align:center;
}
a{
	text-decoration:none;
	color: #fff;
}
a:hover, a:active { 
	color: #f00;
}
/* centrato con tabelle (solo con css hack tagliava ie) */
.tbout{
	width: 100%;
	height: 100%;
	border: 0px;
	margin:0px;
	padding:0px;
}
.tbin{
	border: 0px;
	margin:0px;
	padding:0px;
}
.contenitore {
	position: relative;
	width: 800px;
	height: 570px;
	background: url(img/albero.jpg) no-repeat ;
	text-align: center;
}

#descrizione {
	text-align:right;
	position: absolute;
	width: 100%;
	height: 20px;
	background: #000;
	/*display: block;*/
	bottom: 0px;
	left: 0px;
	font: 8pt/12pt verdana;
}
#alekoslab {
	position: absolute;
	width: 280;
	height: 95px;
	background: #000;
	top: 90px;
	left: 1px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
}
#alekosnet {
	position: absolute;
	width: 162px;
	height: 95px;
	top: 70px;
	right: 1px;
	background: #000;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
}
#alekosit {
	position: absolute;
	width: 162px;
	height: 75px;
	background: #000;
	top: 30px;
	left: 360px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
}
#ecorisoluzioni {
	position: absolute;
	width: 180px;
	height: 95px;
	background: #000;
	top: 120px;
	left: 400px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
}
#granara {
	position: absolute;
	width: 180px;
	height: 50px;
	background: #000;
	top: 230px;
	left: 230px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
	padding:0px;
}
#bemoviement {
	position: absolute;
	width: 162px;
	height: 42px;
	background: #000;
	top: 290px;
	right: 100px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
	padding:0px;
}
#maltrainsema {
	position: absolute;
	width: 200px;
	height: 60px;
	background: #000;
	top: 340px;
	left: 140px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
	padding:0px;
}
#tai {
	position: absolute;
	width: 200px;
	height: 40px;
	background: #000;
	bottom: 60px;
	left: 160px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
	padding:0px;
}
#tai img{
	float: left;
}
#scighera {
	position: absolute;
	width: 200px;
	height: 40px;
	background: #000;
	bottom: 100px;
	right: 100px;
	font: 8pt/12pt verdana;
	color: #fff;
	text-decoration:none;
	padding:0px;
}
#scighera img{
	float: left;
}
#desc {
	text-align:left;
	position: absolute;
	width: 460;
	height: 300;
	background: #000;
	/*display: block;*/
	top: 70px;
	left: 150px;
	font: 8pt/12pt verdana;
	color: #fff;
	padding:10px;
	overflow: auto;
}
#desclista {
	text-align:left;
	position: absolute;
	width: 750px;
	height: 500px;
	background: #000;
	display: block;
	top: 20px;
	left: 20px;
	color: #fff;
	padding:5px;
	overflow: auto;
}
#desclista ul{
	/*list-style: none ;*/
	font: 9pt/15pt verdana;
}
#desclista ul li a{
	/*list-style: none ;*/
	font: 10pt/15pt verdana;
	color: #f00;
}

