/*Super CSS by NETTuno */

/* hide from ie on mac \*/
* {
margin:0px; 
padding:0px;
}

html, body, #noflash{
	height:100%;
	overflow:hidden;
	background-color: #1B1E7E;
	color: white;
	font-family: Arial, Helvetica, "sans-serif"
}
#contenttxt{
	margin: auto;
	width: 320px;
	margin-bottom: 10px;
}
#contenttxt h1{
	font-weight: bold;
	font-size: 25px;
	padding: 3px;
	padding-bottom: 10px;
}
#contenttxt h2{
	font-weight: bold;
	font-size: 18px;
	padding: 3px;
	padding-bottom: 10px;
}
#contenttxt p{
	font-size: 12px;
	padding: 3px;
	text-align: justify;
}
#contatti{
	margin: auto;
	width: 280px;
	height: 125px;
	padding: 20px;
	/*CSS 3*/
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	background: white;
	color: #1B1E7E;
	font-weight: bold;
}
#contatti h3{
	font-size: 15px;
	padding: 3px;
	font-weight: bold;
}
#contatti p{
	font-size: 12px;
	padding: 3px;
	text-align: justify;
}
#contatti a{
	font-size: 12px;
	text-decoration: none;
	color: blue;
}
#contatti a:hover{
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}
#errori{
	margin: auto;
	width: 320px;
	margin-top: 11px;
	color: #98bcef;
}
#errori p{
	font-size: 9px;
	padding: 3px;
	text-align: justify;
}
#errori a{
	text-decoration: none;
	color: white;
}
#errori a:hover{
	text-decoration: underline;
	color: white;
}
