body {
	background-color: #000000;
	background-image: url(../img/bg_pag.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#contenitore {
	position: relative;
	float: left;
	width: 760px;
}
#top {
	position: relative;
	float: left;
	background-image: url(../img/img_top.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 760px;
	
}
#middle {
	float: left;
	position: relative;
	width: 760px;
	background-image: url(../img/bg_middle.gif);
	background-repeat: repeat-y;
		}
#bottom_middle {
	float: left;
	position: relative;
	height: 15px;
	width: 760px;
	background-image: url(../img/bottom_middle.gif);
	background-repeat: no-repeat;
}

#bottom {
	float: left;
	position: relative;
	height: 17px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
}
#footer_sx {
	padding-left: 165px;
	float: left;
}
#footer_dx {
	padding-right: 275px;
	float: right;
}
#testa {
	float: left;
	position: relative;
	height: 45px;
	width: 500px;
	background-image: url(../img/testa.gif);
}
#tit_gallery {
	float: left;
	height: 45px;
	width: 260px;
	position: relative;
}
#bottom a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
#bottom a:hover {
	text-decoration: line-through;
	}
	
#thumbs {
	float: left;
	position: relative;
	padding-left: 10px;
}
#thumbs img {
	border: 1px dotted #ed3e01;
	margin-right: 10px;
	height: 40px;
	width: 40px;
}
.stroke {
	text-decoration: line-through;
}
.popup {
	text-align: center;
	margin-top: 5px;
}
.img_popup {
 border: 1px dotted #fff;
}
