/*--- page layout framework ------------*/

html {
	overflow: auto; /* removes vertical scrollbar */
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #3483AA;
}

a:hover { 
	color: #FFFFFF;
}

body {
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #121315 url("../imgs/sfondo.jpg") 0 0 no-repeat;
	font-family: Lucida Sans, Tahoma, Arial;
	color: white;
	font-size: 12px;
}

div#gradient {
	width: 100%;
	text-align: center;
}
div#bianco {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: white;
}

div#footer {
	clear: both;
	width: 100%;
}

div#container {
	width: 980px;
	text-align: left;
	margin: auto;
}

div#container2 {
	width: 980px;
	text-align: left;
	margin: auto;
}

div#contenuto {
	clear: both;
	padding: 50px 16px 0px 0px;
	width: 500px;
	text-align: right;
	float: right;
	height : auto !important;
	height :180px;
	min-height: 180px;
}

div#contenuto2 {
	clear: both;
	padding: 150px 16px 0px 0px;
	width: 500px;
	text-align: left;
	float: left;
	height : auto !important;
	height :180px;
	min-height: 180px;
}