body
{
	background-image:url(../img/sfondo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}
.titolo {
	color: red;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
        background-color: #ffff00;
}
.numeri {
	color: #00529B;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
	background-color:#ffffff;
}

.numeri_1024 {
	color: #00529B;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
	background-color:#ffffff;
}

.numeri_grigi {
	color: red;
	font-size: 32px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(../img/x.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:yellow;
}

.numeri_grigi_1024 {
	color: red;
	font-size: 48px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(../img/x.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:yellow;
}

#content{width: 800px; height:700px; border:0px solid red; position:relative}

#content_1024{width: 1024px; height:768px; border:0px solid red; position:relative}


#ultimo
{
	position:absolute;
	width: 400px; height:350px; 
	top:100px;
	left:175px;
	color:red;
	text-align:center;
	font-size:400px;
	font-family: Verdana;
}

#ultimo_1024
{
	position:absolute;
	width: 400px; height:350px; 
	top:200px;
	left:275px;
	color:red;
	text-align:center;
	font-size:400px;
	font-family: Verdana;
}

.input
{
	background-color:#00529B;
	color:#FFFFFF;
	border:dashed 3px #ffffff;	
	
}
.input a, .input a:hover, .input a:link{color:#ffffff; text-decoration:none}

#estratto{
	font-size:400px;
}