html, body {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #333333;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}
#site {
	width: 834px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

/*---header------------------------------------------------------*/

#header {
	position: relative;
	float: left;
	height: 340px;
	width: 835px;
}
#main_menu {
	position: relative;
	float: left;
}
#banner {
	position: relative;
	float: left;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 834px;
}
.dianaletizia {
	position: absolute;
	top: 78px;
	left: 87px;
}

/*---container------------------------------------------------------*/

#riga_vuota{
	clear: both;
}
#container_top {
	background-image: url(../img/container_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 834px;
	height: 245px;
	float: left;
	position: absolute;
	/*z-index: 10;*/
	top: 0px;
	left: 0px;
}
#container {
	position: relative;
	top: -13px;
	width: 834px;
}
#container_bottom {
	background-image: url(../img/container_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 834px;
	height: 147px;
	float: left;
	position: absolute;
	/*z-index: 10;*/
	margin-top: -147px;
}
#container_testo {
	padding: 30px 30px 30px 30px;
}
#container_box {
	padding-top: 20px;
}
/*#container {
	background-image: url(../img/container_top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	width: 834px;
	height: 245px;
	float: left;
	top: -13px;
}
#container_bottom {
	background-image: url(../img/container_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	width: 834px;
	height: 147px;
	position: relative;
	float: left;
	padding-bottom: 60px;
}*/

/*---content------------------------------------------------------*/

.text_content {
	color: #333333;
	margin-bottom: 10px;
	line-height: 15px;
}
.text_content a:link, .text_content a:visited {
	color: red;
	text-decoration: underline;
}
.text_content a:hover {
	color: #333333;
	text-decoration: underline;
}

.text_centrale a:link, .text_centrale a:visited {
	color: #333333;
	text-decoration: none;
}
.text_centrale a:hover {
	color: #333333;
	text-decoration: underline;
}

.data {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 0px 10px 1px 0px;
}
.data_box {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin: 0px 10px 1px 20px;
}
.text_box {
	font-size: 12px;
	color: #333333;
	margin: 0px 10px 10px 20px;
	line-height: 13px;
}
.text_box a:link, .text_box a:visited {
	color: #333333;
	text-decoration: none;
}
.text_box a:hover {
	color: #333333;
	text-decoration: underline;
}

/*---footer------------------------------------------------------*/

#footer {
	position: relative;
	float: left;
	font-size: 11px;
	color: #979797;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 834px;
}
#footer a:link, #footer a:visited {
	color: #979797;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu_footer {
	position:relative;
	float: left;
	top: 33px;
	left: 30px;
}
.copyright_footer {
	position:relative;
	float: right;
	top: 34px;
	right: 30px;
	font-size:10px;
	color: #707070;
}