#headerContainer {
	position: fixed;
	width: 100%;
	z-index: 50;
	height: 85px;
}

#mainContainer {
	padding-top: 85px;
}