body {
	height:100%;
	margin:0;
	background-image: url(../immagini/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #013060;
}  
#box {
	width:850px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -425px;
	background-image: url(../immagini/immagine-temporanea.gif);
	background-repeat: no-repeat;
}
#info {
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D3011D;
	margin-top: 460px;
	padding-top: 5px;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
a {
	font-weight: bold;
	color: #013060;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #D3011D;
	text-decoration: none;
}

