html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html, body {
  height: 100%;
  background-color: #EEE; }

footer {
  clear: both;
  position: relative;
  height: 40px;
  background-color: #ccc;
  border-top: 1px solid #aaa; }
footer p {
  margin-top: 1%;
  text-align: center;
  font-family: monospace; }

body {
  height: 99.1%; }

#images {
  margin: 3px;
  text-align: center; }
#images li:first-child {
  margin-top: 200px; }
#images img {
  width: 90%; }

header {
  width: 100%;
  height: 200px;
  position: fixed;
  top: 0;
  margin-top: -3px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align: center;
  color: white;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s; }
header img {
  display: inline-block;
  height: 80px;
  margin-top: 1.5%;
  margin-left: 1.5%; }
header ul {
  font-weight: bold;
  margin-top: 1.5%; }
header ul li {
  display: inline;
  padding: 3%;
  font-size: 2em;
  font-family: sans-serif; }
header ul li a {
  text-decoration: none;
  color: white; }
header ul li a:hover {
  color: #69c773; }
header ul li a#selected {
  color: #69c773; }

#blur {
  position: fixed;
  width: 100%;
  height: 200px;
  text-align: center;
  top: 0;
  clip: rect(0px, 2000px, 200px, 0px);
  background: #000;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
  -moz-transition: clip 1s;
  -o-transition: clip 1s;
  -webkit-transition: clip 1s;
  transition: clip 1s; }
#blur canvas {
  position: fixed;
  top: -10px;
  left: -25%;
  zoom: 150%;
  -webkit-filter: blur(10px);
  filter: blur(10px); }
