
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: helvetica,arial;
	font-size: 12px;
}
#centralblock
{
position:relative;
width: 500px;
}
#titolo {
position:absolute;
left: 85px;
top: 2px;
font-family: helvetica,arial;
font-size: 24px;
color: #ad92d1;
}
#imgmenu {
position:absolute;
left: 0px;
top: 40px;
}

#voce1 a {
position:absolute;
left: 255px;
top: 50px;
text-decoration: underline;
background: transparent;
color: black;
}
#voce1 a:hover {
color: red;
text-decoration: none;
background: yellow;
}
#voce2 a {
position:absolute;
left: 380px;
top: 115px;
text-decoration: underline;
background: transparent;
color: black;
}
#voce2 a:hover {
color: red;
text-decoration: none;
background: yellow;
}
#voce3 a {
position:absolute;
left: 70px;
top: 390px;
text-decoration: underline;
background: transparent;
color: black;
}
#voce3 a:hover {
color: red;
text-decoration: none;
background: yellow;
}

#html a {
position:absolute;
left: 0px;
top: 430px;
}
#css a {
position:absolute;
left: 420px;
top: 430px;
}
#berluscounter a {
position:absolute;
left: 200px;
top: 430px;
}





