header {
	
}

#main_menu_container.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
}

#sidebar.affix-top {
	position: static;
}

#sidebar.affix {
	position: fixed;
	top: 80px;
}