/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */
	
header {
	width: 100%; /* 960px / 1024px */
}

footer {
	width: 100%; /* 960px / 1024px */
}

/* HEADER ============================================================================= */

#header {
    background-image:none;
}

.logo {
	width:350px;
	margin: -10px 0 0 -80px;
}

#headerMenuCont {
	width:74%;
	float:right;
	padding:0;
}