/* ************************************* *
 *  Footer CSS For http://esco.mine.nu/  *
 * ************************************* */


#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}

#photostrip {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  height: 98px;
}

#photostrip-images {
  background-color: #f9fafb;
  margin: 0 0 0 -58px;
  padding: 0;
  height: 90px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #000000; 
  
}/*1px solid #000000*/

#header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font: bold 58px 'Bitstream Vera Sans Mono', 'Luxi Mono', 'Anadale Mono', monospace;
  letter-spacing: 0.5em;
  margin: 0;
  padding: 15px 0px 7px 82px;
  color: #000000;
}


#header h1 a {
	color: #000000;
	text-decoration: none;
}

#header h1 a:hover {
	background: none;
}

#header .subtitle {
	font: italic 80% 'Bitstream Vera Sans', sans-serif;
	text-align: right;
	margin-right: 10px;
	color: #808080;
	z-index: 4;
}

#title {
	position: absolute;
	top: 80px;
	left: 15px;
	z-index: 300;
}
}
