html {
clear: both;
overflow: -moz-scrollbars-vertical;
}

#content {
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	overflow: -moz-scrollbars-vertical !important;
}