html {
	max-width: 100%;
	height: auto;
	overflow: scroll;
	object-fit: contain;
}

* {
	box-sizing: border-box;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body {
	background-image: url("../images/walpr_7"), url("../images/glossy");
	background-color: rgb(125,125,125);
	background-size: cover;
	background-repeat: no-repeat;
}

#main {
	
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

#footer {
	color: white;
	font-size: 10px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: black;
}
