@charset "iso-8859-2";
/* CSS Document */

body {
background-color:#fff;
		}
h2, h3	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#FF9900;
	}
#box_centrato {
	position: relative;
	text-align: center;
	background-repeat:no-repeat;
	width:800px;
	height:560px;
	position:absolute;top:50%;left:50%;
	margin:-280px 0 0 -400px;
	border:#AAA 2px solid;
	padding:0;
    }

