/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */

/*
	
		header {
			width: 93.75%; 
		}

		#maincontent{
					width: 93.75%; 
		}
		
		.maincontent{
			width: 93.75%; 
		}

		footer {
			width: 93.75%; 
		}
		
		*/
