/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */


		header {
			width: 93.75%; /* 450px / 480px */
		}
		
		
		h1 {
			width: 100%;
			background-position-x: right;
			background-size: contain;
		}
		
		h3
		{
			margin-top:10px;
		}


		#maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
	
		.maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}
		
		
