#backg { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%;
}

li {
	display: inline;
	font-weight: bolder;
	font-family: arial;
	padding-right: 10px;
	color: #666;
	position: relative;
	left: 857px;
	top: 5px;
}

ul a {
	text-decoration: none;
	color: #FF0000;
}

ul a:hover {
	text-decoration: underline;
	color: black;
}

img {
	position: relative;
	left: 0px;
	top: 0px;
}

#bosch {
	position: relative;
    left: 250px;
    top: 130px;
}

#fischer {
	position: relative;
    left: 450px;
    top: 130px;
}

#mil {
	position: relative;
    left: 650px;
    top: -300px;
}