div#content{
			width				: 700px;
			background-image	: url(../immagini/content.jpg);
			background-repeat	: repeat-y;
			padding-left		: 50px;
			padding-right		: 50px;
			padding-top			: 15px;
			height				: 1115px;
			text-align			: center;
		}	
		
		div#content img{
			margin				: 7px;
			border-right		: 2px #e8a00e solid;
			border-bottom		: 2px #e8a00e solid;
			border-top			: 0px;
			border-left			: 0px;
		}	
		
		div#content img.categoria{
			margin				: 7px;
			border				: 0px;
		}
		
		div#content p#gallery{
			text-align			: left;
			width				: 600px;
			margin				: auto;
		}	