﻿body {
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll; /* -y stands for the vertical scrollbar */
}

