#barra_selez {
	background: url("images/sfondo_barra_selez.jpg") center;
	text-align: center;
	height: 35px;
	width: 776px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 2;
}
#barra_selez span {
	position: relative;
	top: 5px;
}
#barra_selez img {
	border: 0px;
	vertical-align: middle;
	position: relative;
	top: 3px;
}
#contenuti {
	background: url("images/sfumato_black_contenuti.png") !important; background: #111111;
	padding: 10px 0px;
	text-align: center;
	width: 776px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 2;
}
.left {
	float: left;
	padding-left: 10px;
}
.right {
	float: right;
	padding-right: 10px;
}
p {
	font-size: 16px;
	text-align: center;
}
.tal {
	float: left;
	padding-left: 10px;
	text-align: left;
}

.tar {
	float: right;
	padding-right: 10px;
	text-align: right;
}

