body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
}

.bg-rosso {
	height: 100px;
	background-color: #cc0000;
	border-top: 3px solid #cccccc;
}

.container {
width: 970px;
}


	#colonna_tre {
		width: 480px;
		padding: 10px;
		/*font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 13px;*/
	}

.menu {
	width: 180px;
	margin-top: 13px;
	margin-bottom: 40px;
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}
	.menu a:link, .menu a:visited {
		color: #666666;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		background-color: #CC0000;
		color: #ffffff;
		text-decoration: none;
	}


.linkesterni {
	margin-bottom: 30px;
	text-align: right;
}



.nasc {
	display: none;
	position: absolute;
	left: -15000px;
}

a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: line-through;
	color: #FFCC00;
}

h2 {
	color: #cc0000;
	font-weight:bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 60px;
}

h3 {
	color: #000000;
	border-bottom: 2px solid #999999;
	padding: 5px;
	text-align: center;
	font-weight:bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


.tornaindietro {
	margin: 20px auto 0px auto;
	padding: 20px;
	width: 200px;
	text-align: center;
	border-top: 1px solid #999999;
}

.boxcorto {
	text-align: center;
	background-color: #000000;
	padding: 10px 0 10px 0;
}

.principale {
	width: 100%;
	height: 100%;
}

.colonna {
	position: relative;
}
.logo {
	position: absolute;
	bottom: 0px;
}