@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	/*background-color: #ffd700;*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif, Geneva;
	font-size: 9px;
}
.box_centro {
	background-color: #000;
	display: block;
	width: 100%;
	height: 460px;
	position: absolute;
	top: 50%;
	margin-top: -230px;
	text-align: center;
}
.box_powered {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 15px;
}
.box_popup {
	width: 305px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 50px;
	background-image: none;
	z-index: 11;
}
.box_popup_natale {
	width: 305px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 20px;
	background-image: none;
	z-index: 11;
}
