html, body{
width:100%;
height:100%;
margin: 0;
padding: 0;
border: none;
text-align: center;
background:#BBE2FF url(bg.gif) fixed top center no-repeat;
}
      	  
div#container {
background-color:#FFFFFF;
vertical-align: middle;
height:auto;
width:780px;
margin: 0 auto;
border-left:2px solid #FC621A;
border-right:2px solid #FC621A;
border-bottom:2px solid #FC621A;
}

div#footer
{
width:100%;
height:auto;
margin: 0 auto;
border-top:1px solid #89BDFF
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height:18px;
	margin:0 0 0 0;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height:12px;
	margin:0 0 0 0;
}
.testonorm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: normal;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 17px;
}
.testo {
	font-family: Verdana;
	font-size: 12px;
	word-spacing: normal;
}
.testopagine {
	font-family: Verdana;
	font-size: 12px;
	word-spacing: normal;
	line-height:17px;
}
.testopiccolo {
	font-family: Verdana;
	font-size: 10px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF6100;
	text-decoration: none;
	font-weight: bold;	
}
#send2{ display:none;}