
/* Structure */
/* **************************** */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

*:first-child+html .clearfix { min-height: 0; }

* html .clearfix { height: 1%; }


* {
	margin: 0;
	padding: 0;
}



/* Typo, Links, Buttons */
/* **************************** */

body {
	background: #000000;
	overflow: hidden;
}


body, small, span, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

select, input, textarea {
	color: #000;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.redLineVertical {
	display: block;
	width: 4px;
	height: 100%;
	background: #f00;
}


#upperLine {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 0%;
	margin-left: -2px;
}

#lowerLine {
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 0%;
	margin-left: -2px;
}


#x {
	position: absolute;
	top: -110px;
	left: 50%;	
	display: block;
	width: 106px;
	height: 107px;
	background: url(../img/x.png) no-repeat;	
    margin-left: -53px;
}

#x .redLineVertical {
	position: absolute;
	top: 53px;
	left: 50%;	
	height: 50px;
	margin-left: -2px;
}

#o {
	position: absolute;
	top: 130%;
	left: 50%;	
	display: block;
	width: 112px;
	height: 124px;
	background: url(../img/o.png) no-repeat;
	margin-left: -56px;
}

#o .redLineVertical {
	position: absolute;
	left: 50%;	
	height: 30px;
	margin-left: -2px;
}


#marcus {
	position: absolute;
	top: 502px; /* 470 + 69 - 37 */
	left: -200px;	
	display: block;
	width: 204px;
	height: 37px;
	background: url(../img/marcus.png) no-repeat;
	margin-left: -204px;
}

#koehler {
	position: absolute;
	top: 470px;
	right: -200px;	
	display: block;
	width: 198px;
	height: 69px;
	background: url(../img/koehler.png) no-repeat;
	margin-right: -198px;
}

#explode-part-1 {
	display: none;
	position: absolute;
	top: 490px;
	left: 50%;	
	height: 15px;
	margin-left: -2px;
}
#explode-part-2 {
	display: none;
	position: absolute;
	top: 520px;
	left: 50%;	
	height: 10px;
	margin-left: -2px;
}
#explode-part-3 {
	display: none;
	position: absolute;
	top: 500px;
	left: 50%;	
	height: 12px;
	margin-left: -2px;
}
#explode-part-4 {
	display: none;
	position: absolute;
	top: 490px;
	left: 50%;	
	height: 12px;
	margin-left: -2px;
}
#explode-part-5 {
	display: none;
	position: absolute;
	top: 520px;
	left: 50%;	
	height: 20px;
	margin-left: -2px;
}
#explode-part-6 {
	display: none;
	position: absolute;
	top: 500px;
	left: 50%;	
	height: 8px;
	margin-left: -2px;
}
#flash {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000;
	
}


#navFoot {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	font-weight: bold;
}