body {
  margin: 0;
  padding-top: 5px;
}

html{
background: url(../images/parade.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a:link, a:visited {
  font: bold 1.1em Georgia, serif;
  text-decoration: none;
  color: #ee1;
  background: transparent;
  text-shadow: 2px 2px #02b;
}

a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
  text-shadow: 2px 2px #02b;
}

p {
	color: #fff;
  padding-left: 20px;
}

#container {
  width:400px;
  text-align:center;
  margin: auto auto;
  font: .95em Georgia, "Times New Roman", serif;
  color: #aef;
  background: rgb(100, 100, 160); /* Fallback for older browsers without RGBA-support */
  background: rgba(100, 100, 100, 0.5);
  border: #000 2px solid;
  margin-bottom: 20px;
}

img {
  vertical-align: middle;
  border: none;
}

.headline {
  margin: auto auto 0;
  width:400px;
  font: bold 1.6em Georgia, serif;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.title {
  position: fixed;
  top: 5px;
  right: 5px;
	display: block;
	float: right;
  font-size: .9em;
  line-height: 1em;
  color: #000;
  text-align: right;
}

.sectionTitle {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  background-color:#000;
  margin-top: 0;
}

.credit {
  font: .8em 'Times New Roman';
  color:#000;
}

#footer {
	position: fixed;
	bottom: 5px;
} 

.crafted, #footer a {
   font: bold 1em 'Times New Roman';
   color:#000;
   text-align: left;
}
