body, html{
	margin:0;
	padding:0;
	background-image: url("../images/fondo.gif");
	background-color: #9B3E0B;
}
.lista_fotos {
	background-image: url("../images/pagina_r5_c5.jpg");
	background-position: top right;
	background-repeat: no-repeat;	
}
.lista_fotos img { 
	padding: 5px 5px;
	
}
.lista_fotos_interna img { 
	padding: 10px 10px;
	
}
#container{
	position:absolute;
	top:0;
	left:50%;
	width:450px;
	height:874px;
	margin-left:-225px;
}
#top, #address, #description, #map, #footer{
	position:relative;
	top:0;
	left:0;
	width:100%;
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
}
#top{
	height:389px;
	background-image:url(../images/pop_top.jpg);
}
#address{
	height:37px;
	background-image:url(../images/pop_address.jpg);
}
#description{
	height:117px;
	background-image:url(../images/pop_description.jpg);
}
#map{
	height:194px;
	background-image:url(../images/pop_map.jpg);
}
#footer{
	height:148px;
	background-image:url(../images/pop_footer.jpg);
}
#inscribite{
	position:absolute;
	bottom:25px;
	left:50%;
	width:250px;
	height:35px;
	margin-left:-125px;
	display:block;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
	border:0;
	background:#fff url(../images/pop_btn_inscribite.jpg) no-repeat top center;
	cursor:pointer;
}