/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */


	
		header {
			width: 100%; /* 960px / 1024px */
		}
		
		#menucontainer{
			width: 100%; /* 960px / 1024px */
		}
		
		menuframe{
		    width: 100%; /* 960px / 1024px */
		}


		#maincontent{
			width: 100%; /* 960px / 1024px */
		}
		
		.maincontent{
			width: 100%; /* 960px / 1024px */
		}

		footer {
			width: 98%; /* 960px / 1024px */
		}
		

		
