/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */


		header {
			width: 93.75%; /* 450px / 480px */
		}
		
		
		h1 {
			width:100%;
			height:40px;
			background:url(../images/global/qcertificazioni-small.png) no-repeat right 15px;
			padding:20px 0 5px 0;
		}
		
		h3
		{
			margin-top:10px;
		}


		#maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
	
		.maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}
		
		
