@charset "utf-8";

body {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background: rgb(0, 0, 20, .95); */
}

img {
	position: absolute;
	top: 0;
	left: 3px;
	background-color: transparent;
	/* display: inline; */
	height: 100%;
	width: 100%;
	object-fit:scale-down; /* contain */
}

#SYS_logo {
	position: absolute;
	top: 0px;
	left: 1px;
	height: 99%;
	width: 100%;
}

