@charset "utf-8";
/* CSS Document */

.contenitore {
			width:960px;
			margin:0 auto;
			border:1px solid #000;
            height: auto;
			}
			
#bottoneMenu { display:none;}

header img 
	{
		padding-left:280px;
	}
section
	{
		width:960px;
	}
		
section h1 
	{
		background:#CCC;
		color:06C;
		text-align:center;
		padding:5px 0;
		font-size:1.5em;
	}
	
article
	{
		width:960px;
		box-sizing:border-box;
		height:420px;
		overflow:hidden;
		position:relative; 	
	}
	
article h2{
		height:20px;	
	}
	
.clearfix {
		clear:both;
	}

