body {
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
html, body {
  height: 100%;
}

.choverfh {
	display: flex;
	flex-direction: column;
	height: inherit;
}

.topcontent {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}
