/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */

body { 
background-image: url(../images/highway-long-bg800.jpg);
background-attachment:fixed;
margin : 0 auto;
padding : 0;
font : 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
}
	
		header {
			width: 99%; /* 760px / 768px */
		}

		#maincontent{
			width: 99%; /* 760px / 768px */
		}

		
		.maincontent{
			width: 99%; /* 760px / 768px */
		}

		
		footer {
			width: 99%; /* 760px / 768px */
		}
		
