﻿html {
	overflow-y: scroll;
}
/* Used for Main page to keep the scroll bar on to stop "page shift", non-ie style */
html, body {
	height: 100%;
	min-height: 100%; margin-bottom: 1px;
}
