html, body {
  height: 100%;
  font-family: arial, verdana, helvetica;
}
body {
  margin: 0;
}

body#frontend {
  background-color: #000;
}
body#frontend #photoAlbum {
  height: 100%;
}
body#frontend a {
	color: #fff;
	text-decoration: none;
	
}
body#frontend a:hover {
	text-decoration: underline;
}
body#frontend ul {
	list-style: none;
	text-align: center;
	margin-top: 5em;
}
body#frontend ul li {
	line-height: 200%;
}
