/* Standard Maintenance-Mode CSS*/
html {
	height: 100%;
}
divx
{
	border: 1px solid red;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", sans-serif;
	font-size: 10pt;
	color: #000;
	min-height: 100vh;
	background: #000044;
	background-image: url('bgtile_blue.gif');
	
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msg_header
{
	color: #FFFFFF;
	text-align: center;
	font-size: 14pt;
}
