body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003;
}
#testopop p {
	font-size: 86%;
	margin: 5px;
	padding: 0;
}
#titolopop h2 {
	font-size: 100%;
	line-height: 1em;
	margin: 5px;
	padding: 0;
	color: #56a;
}
/* Stile pop */
#boxpop {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 500px;
	background: url(../img/bkg_body.gif);
}
#titolopop {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 400px;
	height: 60px;
}
#testopop {
	position: absolute;
	top: 60px;
	left: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 400px;
	height: 390px;
	overflow: auto;
}
#fotopop {
	position: absolute;
	top: 10px;
	left: 430px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 260px;
	height: 450px;
}
#chiudipop {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 20px;
	background-color: #359;
	text-align: center;
	z-index: 1020
}
#chiudipop a {
	color: #fff;
}

