/*stili per il layout fisso*/
html,body{margin: 0;padding:0}
a:link {color:#FFFFFF;}
body{font-family: arial,sans-serif;font-size: 76%;text-align: center}
div#tutto{
  position:absolute;
  top:50%;
  left:50%;
  width:900px;
  height:835px;
  margin-left:-450px;
  margin-top: -417px;
}

#main {
  position:absolute;
  top:50%;
  left:50%;
  width:900px;
  height:835px;
  margin-left:-450px;
  margin-top: -417px;
}
   
div#forms {  margin: 20px auto 20px auto;}
/*stili generici, su header e footer*/
div#sopra{
	background: url(title.jpg);
	height: 400px;
	background-repeat: no-repeat
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #ffffff;font-size: 156%; margin-right: 20px;}
h3{color: #ffffff;font-size: 156%; margin: 5px 30px 5px 30px;}
h4{font-size: 76%; color: #ffffff;}
div#sotto{
	text-align:center;
	padding: 0em;
	background: url(fondo.jpg);
	height: 381px;
	background-repeat: no-repeat
}


/*stili specifici per il layout*/

div#centrale{
	background: url(mezzo.jpg);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
}

select {font-family: arial,sans-serif;font-size: 20px;text-align: left; background-color:#004489; color: #ffffff }

input {

 font-size: 20px;
 background-color:#004489;
 color: #ffffff;
 font-family: arial,sans-serif
 
}

.input2 {
	font-size: 20px;
	color: #641319;
	font-family: arial,sans-serif;
	
	background-repeat: no-repeat;
	height: 34px;
	width: 287px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	background-color: #FFFFFF;
}
#montepremi {
	width: 600px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #ff9c29;
	padding-top: 30px;
	text-align: center;
	vertical-align: middle;
	height: 351px;
}


div#testo{
	font-size: 22px;
	color: #ffffff;
	font-family: arial, sans-serif;
	line-height: 36px;
	margin-bottom: 15px;
}
