footer{
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	padding:20px;

}



#page {
	
	background-color: #f5f5f5;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 65px;
	bottom: 60px;
	overflow-y: auto;
	
/*
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 64px;4
*/
}
