body {
	overflow: hidden;
}
#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 5vh;
	background-color: green;
	color: yellow;
}
#stats {
	position: absolute;
	left: 0px;
	top: 10vh;
	width: 100vw;
	height: 95vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
@media screen and (max-height: 800px) {
	#nav {
		height: 7vh;
	}
	#stats {
		height: 93vh;
	}
}
@media screen and (max-height: 700px) {
	#nav {
		height: 8vh;
	}
	#stats {
		height: 92vh;
	}
}
@media screen and (max-height: 600px) {
	#nav {
		height: 9vh;
	}
	#stats {
		height: 91vh;
	}
}
@media screen and (max-height: 500px) {
	#nav {
		height: 10vh;
	}
	#stats {
		height: 90vh;
	}
}
@media screen and (max-height: 400px) {
	#nav {
		height: 10vh;
	}
	#stats {
		height: 90vh;
	}
	#nav center {
		display: none;
	}
}
#nav nav a {
	color: white;
}

#nav nav img {
    height: 20px;
    vertical-align: bottom;
    border-radius: 5px;
}

#nav center img {
    height: 24px;
    vertical-align: bottom;
    border-radius: 5px;
}
