#titolo {
	float: left;
	height: 20px;
	width: 300px;
	position: relative;
	clear: right;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#foto_wide {
	float: left;
	height: 200px;
	width: 772px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9a0202;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9a0202;
	box-shadow:0px 2px 5px #000;
	-moz-box-shadow:0px 2px 5px #000;
	-webkit-box-shadow:0px 2px 5px #000;
	-o-box-shadow:0px 2px 5px #000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9a0202;
}
#line_bottom {
	margin-left: 20px;
}
#container_test {
	float: none;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	background-color: #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	height: 1130px;
}
