@import url("typography.css");

html, body {
	width: 100%;
	height: 100%;
	background-color: #BC0000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	position:relative;
	width: 100%;
	height: 100%;
}
#contenuto {
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	width:520px;
	height:404px;
	margin-left:-260px;
	margin-top: -202px;
	color:#FFFFFF;
	padding:0;
}
#flash {	
	position:absolute; 
	z-index:1;
	width: 100%;
	height: 500px;
	background-image: url(../images/stelle.gif);
	background-repeat: repeat-x;
}
#immagine {
	position: relative;
	width: 520px;
	height: 380px;
	margin: 0px;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	text-align: center;
}
#dati {
	position: relative;
	width: 520px;
	height: 24px;
	margin: 0px;
	margin-top: 4px;
	padding:0;
	text-align: center;
}
#dati a {
	color: #FFCC00;
	text-decoration: none;
}