html, body {
	margin: 0;
	padding: 0;
}

a img{
	border:0;
}

body {
	background: #000 url('../images/bgwood.jpg') center bottom fixed;
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%; 
}

h1 {
	color: #fff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 43px;
	font-weight: bold;
	margin: 1ch 0 1ch;
	text-align: center;
	text-shadow: hsla(0, 0%, 0%, .5) 0 0 2px;
}
#container {
	display: flex;
	justify-content: center;
}
#icons {
	float: left;
	list-style: none;
	margin: 0px 50px 100px 30px;
	width: auto;
	max-width: 1100px;
}

#icons li {
	-moz-border-radius: 16%;
	border-radius: 16%;
	float: left;
	height: 100px;
	margin: 5px;
	overflow: hidden;
	width: 100px;
}

#icons li:hover {
	-moz-box-shadow: 0 0 8px #00FF00,
		0 0 28px #00FF00;
	box-shadow: 0 0 8px hsl(120, 80%, 50%),
		0 0 28px hsl(120, 80%, 50%);
}

/*
#icons li a:focus-visible {
	outline: 2px solid hsl(120, 80%, 50%);
}
*/

#icons a[href=""] {
	display: none;
}

#search {
	clear: both;
	display: -moz-box;
	display: box;
	  -moz-box-orient: horizontal;
	  box-orient: horizontal;
	  -moz-box-pack: center;
	  box-pack: center;
	  -moz-box-align: center;
	  box-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#search input[type=text] {
	background: #000;
	color: #eee;
	border: 1px solid #555;
	font-size: inherit;
	height: 30px;
	padding: 1px 5px 1px 7.5px;
	vertical-align: middle;
}

#search input[type=submit] {
	background: #333;
	color: #eee;
	border: 1px solid #555;
	border-radius: 0 15px 15px 0;
	font-size: 65%;
	font-weight: bold;
	height: 34px;
	vertical-align: top;
}

#search-form{
	text-align:center;
}