/* DIV  ------------------------------- */

body {
	background-color: #000;
	background-image: url(immagini/texture01.jpg);
}
#pulsanti {
	position:absolute;
	width:100px;
	height:410px;
	z-index:2;
	left: 52px;
	top: 152px;
}
#pul01 {
	position:absolute;
	width:97px;
	height:97px;
	z-index:2;
	left: 0px;
}
#pul02 {
	position:absolute;
	width:97px;
	height:97px;
	z-index:2;
	left: 0px;
	top: 99px;
}
#pul03 {
	position:absolute;
	width:97px;
	height:97px;
	z-index:2;
	left: 0px;
	top: 199px;
}
#pul04 {
	position:absolute;
	width:97px;
	height:97px;
	z-index:2;
	left: 0px;
	top: 300px;
}

/*  LINK------------------------------------- */

a.link01:link, a.link01:active, a.link01:visited {
	font: 18px Verdana;
	color: #863F22;
	text-align: left;
	font-weight: bold;
	
}
a.link01:hover{
	color: #F7DA39;
	font: 18px Verdana;
	font-weight: bold;
}
a.link02:link, a.link02:active, a.link02:visited {
	font: 17px Verdana;
	color: #F7DA39;
	font-weight: bold;
	text-align: center;
}
a.link02:hover{
	font: 18px Verdana;
	color: #F7DA39;
	font-weight: bold;
	text-align: center;
}
a.link02b:link, a.link02b:active, a.link02b:visited {
	font: 15px Verdana;
	color: #F7DA39;
	font-weight: bold;
	text-align: center;
}
a.link02b:hover{
	font: 16px Verdana;
	color: #F7DA39;
	font-weight: bold;
	text-align: center;
}
/* FORMATTAZIONE TESTI  ------------------------------- */
/* TESTO 20 ------------------------------------- */

.centralebold20 {
	font-family: Arial;
	font-size: 20px;
	color: #F7DA39;
	text-align: center;
	font-weight: bold;
}
.giustificatobold15 {
	font-family: Arial;
	font-size: 20px;
	color: #F7DA39;
	text-align: justify;
	font-weight: bold;
}
.sinistrabold20 {
	font-family: Arial;
	font-size: 20px;
	color: #F7DA39;
	text-align: center;
	font-weight: bold;
}
.centralebold13 {
	font-family: Arial;
	font-size: 13px;
	color: #F7DA39;
	text-align: center;
	font-weight: bold;
}
