.header {

	position: relative; /*menu is relative inside the container*/
	width: 100%;
	z-index: 2; /* menu will appear over content container */
}

.headerTitle {

	text-align: center;
}
