#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;
}

#cont {
	color: black;
	position: relative;
	left: 380px;
	top: 130px;
	width: 310px;
}

#maps{
	position: relative;
	top: -50px;
	left: 700px;
}