/* CSS Document */
body {
background:#008000;
color: #ffffcc;
}
#intestazione {
	position:absolute;
	width:780px;
	height:25px;
	top:0px;
	left:0px;
	color: #ffffcc;
}
div#pi a{color:#FFFFCC;font-weight: bold;text-decoration: underline}
#colonna-sx {
	position:absolute;
	width:450px;
	height:500px;
	top:30px;
	left:0px;
}
#colonna-dx {
	position:absolute;
	width:328;
	height:500px;
	top:30px;
	left:451px;
}


