html{
	width: 99.5%;
	height: 99.2%;
	border: 0px solid red;
	overflow: hidden;
	margin: 2px;
}

body{
	width: 99.3%;
	height: 99%;
	border: 0px solid blue;
	overflow: hidden;
	margin: 2px;
}

.container{
	width: 99.7%;
	height: 99.5%;
	border: 0px solid #000;
	background: #225565;
}

.nav{
	width: 99.7%;
	height: 20%;
	border-radius: 5px;
	border: 2px solid #A59560;
	margin-top: 5px;
	overflow: hidden;
}

.box{
	width: 99.7%;
	height: 77%;
	border-radius: 5px;
	border: 2px solid #A59560;
	margin-top: 5px;
	overflow: hidden;
}