html, body, .section-images {
	height: 100%;
	margin: 0;
	
}
.section-images {
	margin: auto 2em;
	margin-top: 1em;
}
img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90%;
	margin: 0 auto;
}
.image-description {
	text-align: center;
	margin: 8px 0;
}
.image-description table {
	margin: 0 auto
}

.caption {
	font-size: 12px;
	margin: 3px 0 3px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.photocaption {
	font-size: 10px;
	margin: 3px 0 3px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

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

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

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
#bg {
	position: fixed;
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
}