#container {
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0s;
	-webkit-animation-name: hideNav;
	-webkit-animation-delay: 0s;
	
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 0s;
	-moz-animation-name: hideNav;
	-moz-animation-delay: 0s;
	
	animation-fill-mode: both;
	animation-duration: 0s;
	animation-name: hideNav;
	animation-delay: 0s;
}