/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */





	

		header {

			width: 93.75%; /* 960px / 1024px */

		}



			nav {

	margin-top: 25px;

			}



					nav ul#menu li{

						margin: 0 5px 0 0;

					}



		#maincontent{

			width: 93.75%; /* 960px / 1024px */

		}



		footer {

			width: 93.75%; /* 960px / 1024px */

		}

		

