html {
	background: #cccccc;
}

body {
	font-family: helvetica, arial, sans-serif;
}

/* GENERAL STYLES */
a {
	color: white;
	text-decoration: none;
}

img {
	border: 0px;
}

#container {
	background: #fdfaf7;
	width: 980px;
	position: relative;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* HEADER */
#header {
	height: 181px;
	background: #576e1a url(../images/headerBG.jpg) no-repeat;
}

	#header img {
		float: left;
		padding-left: 33px;
		padding-top: 16px;
	}
	
	#headerPipe img {
		float: left;
		position: absolute;
		left: 360px;
		top: 38px;
	}
	
	#headerPipe p {
		color: #cbd5a2;
		text-decoration: none;
		padding-top: 66px;
		font-family: Tahoma;
		font-size: 14px;
		font-variant: normal;
}
	
	#header #nav {
		float: left;
		clear: both;
		position: relative;
		padding-top: 18px;
		padding-left: 91px;
	}
	
		#header #nav li {
			float: left;
			background: url(../images/button.png);
			list-style: none;
			font-size: 12px;
			font-weight: bold;
			font-variant: small-caps;
			text-align: center;
			width: 128px;
			height: 35px;
			line-height: 35px;
		}
		
		#header #nav a.selected {
			color: #86695e;
		}
		
		#header #nav li.selected {
			background: url(../images/homeButton.png);
			width: 126px;
		}
		
		#bannerHeader img {
			clear: both;
			float: right;
			position: absolute;
			right: 87px;
			top: -8px;
		}

#imgMese {
	/* clear: both; */
	position: relative;
	height: 294px;
	background: url(../images/imgMeseBG.png) no-repeat;
    margin-left: 83px;
	margin-top: 22px;
}

	#imgMese img {
		position: absolute;
		left: 17px;
		bottom: 19px;
	}
	
#partner {
	clear: both;
	float: right;
	width: 250px;
	height: 500px;
	background: url(../images/partnerBG.jpg) no-repeat;
	position: absolute;
	top: 230px;
	right: 91px;
}

	#partner #omino img {
		margin-left: 9px;
		margin-top: 17px;
		position: absolute;
	}
	
	#partner #omino p{
		position: absolute;
		float: right;
		display: inline;
		color: #4d737f;
		font-style: oblique;
		font-weight: normal;
		font-size: 18px;
		margin-top: 30px;
		margin-left: 60px;
	}
	
	#partner a.selected {
		text-decoration: underline;
		float: right;
		color: #6d8f2a;
		font-size: 10px;
		margin-right: 26px;
		margin-top: 0px;
	}
	
	#partner #logoPartner {
		margin-top: 50px;
		padding: 16px;
	}
	
	#partner #logoPartner li {
		margin-top: 10px;	
		list-style: none;
		background: #fdfaf7;
		width: 216px;
		height: 65px;
		border: solid 2px white;
		-moz-border-radius: 4px;
	  	-webkit-border-radius: 4px;	  
	}
	
#banner #bannerGraphics {
	float: right;
	position: absolute;
	bottom: 169px;
	right: 91px;
}

	#banner #bannerGraphics li {
		display: block;
		list-style: none;
		padding-top: 10px;
	}
	
#contenuto {
	width: 506px;
	height: 426px;
	background: #fffffe;
	border: solid 3px white;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	margin-left: 89px;
	margin-top: 48px;
	text-align: center; 
	text-decoration: none;
	font-size: 18px;
	font-family: Verdana, Tahoma, sans-serif;
	overflow: hidden;
	color: black;
	visibility: visible;
}

	#contenuto span {
		vertical-align: 10px;
		color: black;
	}
	
#footer {
	text-align: center;
	padding-top: 20px;
}
	
	#footer p {
		padding-top: 20px;
		font-size: 14px;
		color: #86695e;
	}
	
	#footer .poweredBy{
		padding-top: 20px;
	}

	#contatore {
		padding-top: 15px;
		padding-bottom: 20px;
	}