/* ------------------------------- */

body {
	background-color: #000;
    text-align: center;
    font-family: tahoma;
	font-size: 100%;
	font-size: 9pt;
	margin: 0; padding: 0;
}

#container {
    width: 760px;
/*    background-color: #6c8997; */
	background-color: #516975;
	color: #fff;
    margin: 0px auto;
} 

#banner {
	background: url('headidrwyw.jpg') top center no-repeat;
	height: 500px;
}

#centrato {
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 11pt;
}

.prodotto {

}

.pulisci {
	clear: both;
	margin-bottom: 10px;
}

.sinistra {
	width: 350px;
	float: left;
	clear: left;
	margin-left: 20px;
}

.destra {
	width: 350px;
	float: right;
	clear: right;
	margin-right: 20px;
}

.titolo {
	margin: 20px 0 20px 0;
	font-size: 22pt;
}

.description {
	margin-top: 12px;
}

#foot {
	clear: both;
	height: 30px;
	background: url('wywfooter.jpg') bottom center no-repeat;
}

a:link {
	color: #293134;
}

a:hover, a:visited {
	color: #434C50;
}

/* ------------------------------- */