#content {
	min-height: 100%;
}
#content_wrapper {
	margin: 100px auto 0 auto;
}
#sub_nav {
	display: none;
}
#mobile {
	display: none;
}

/* Media Queries for mobile support. */
@media screen and (max-width: 980px){
	#content_wrapper {
		padding: 0;
	}	
}
