/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */
	
		header {
			width: 94%; /* 960px / 1024px */
			left:3%;
		}	
		.maincontent{
			width: 94%; /* 960px / 1024px */
		}
        
		footer {
			width: 94%; /* 960px / 1024px */
		}
		
