@charset "utf-8";
html, body, #main{
	height:95%;
}
#main{
	padding-bottom:20px;
}
#background{
	padding:0px;
	height:calc(100% - 70px);
}
#overviewer{
	width:100%;
	height:100%;
	margin:0;
}
#full{
	color:#151515;
	text-decoration: none;
	font-size:18;
	position:relative;
	right:5px;
	top:5px;
}
#full:hover{
	color:#474747;
}