
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #32a860;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 50px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

#home {
		float:left;
		width: 300px;
		margin-right:30px;
}
#photo {
		float:left;
		width: 300px;
		margin-top:30px;
}
