html {
    height: 100%;
    overflow: auto;
	padding: 0;
    margin: 0;  
}
body {
    height: 100%;
	padding: 0;
    margin: 0;
}
div#page {
    display: table;
    height: 100%;
    width: 100%;
}
div#page > div {
	display: table-row;
}
div#header {
	display: table-cell;
	height: 70px;
	color: forestgreen;
	background: #d8d8d8;
	border: 0px;
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: middle;font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	cursor: default;
}
div#content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
div#container {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
div#container div {
	display: flex;
	flex-direction: column;
	justify-content: center;
    min-width: 800px;
    min-height: 580px;
}
p#header {
    font-family: Roboto-Medium;
    font-size: 28px;
    color: #323C46;
    text-align: center;
    line-height: 36px;
    margin: 10px;
}
div#footer {
	display: table-cell;
	height: 50px;
	border: 0px;
	border-top: 1px solid black;
	color: black;
	background: #d8d8d8;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}
