/*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"
}
#facebook{
	opacity: 0.93;
	border: 2px white solid;
	-webkit-box-shadow: 0 0 7px #999;
	-moz-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #999;
	position: absolute;
	background-color: #f0f0f0;
	width: 320px;
	height: 607px;
	left: 20px;
	top: -589px;
	z-index: 3;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#facebook a#facebook_link{
	display: block;
	text-align: center;
	position: absolute;
	background-color: #292EB3;
	width: 320px;
	height: 20px;
	left: 0;
	bottom: 0;
	color: #eee;
	text-decoration: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-shadow: 0 -2px 1px #333;
}
#facebook a#facebook_link:hover{
	color: #fff;
	text-shadow: 0 -2px 1px #444;
}
#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;
}

