@charset "ISO-8859-1";
header {
	width: 100%;
	height: 60px;
}
header jsp {
	overflow: hidden;
	position: fixed;
}
main {
	width: 100%;
	height: calc(100vh - 120px);
	background-color: #ffffff;
 	font-family: Arial, Helvetica, sans-serif;
}

/*
	The footers is fixed to the bottom of the page.
*/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
}

