﻿/* Area di scorrimento */
#left {
	width: 100%;	height: 204px;
	overflow: hidden;
	/*border: 3px solid black;*/
	padding: 0px;
	clear:both;
	}

/* Immagini */
#left img {
	height: 185px;
	margin:0px;
	padding-left:1px;

	border: 0px;
	clear:both;
	}
#logo{
	background:transparent url('../image/logo.png') repeat-x left top;
	width:19%;
	height:185px;
	position:absolute;
	top:0;
	
 text-align:center;	
}	

