
#header-wrapper {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10;
}
#background_cycler {
 padding:0;
 margin:0;
 /*width:100%;
 height:100%;*/
 position:absolute;
 top:0;
 left:0;
 bottom: 0;
 right: 0;
 z-index:5;
}
#background_cycler div {
 position:absolute;
 left:0;
 top:0;
 bottom: 0;
 right: 0;
 /*width:100%;
 height:100%;*/
 z-index:1;
}
#background_cycler div.active {
 z-index:3
}
#splash {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #130d0e url('images/background_pattern_tile_2.png');
 z-index: 1000;
 text-align: center;
}
#splash img {
 display: block;
 margin: 0 auto;
 width: 100%;
}
#splash_logo, #splash_strap {
 display: none;
 margin-left: auto;
 margin-right: auto;
}
#splash_logo {
 margin-top: 90px;
 width: 80%;
 max-width: 522px;
}
#splash_strap {
 width: 80%;
 max-width: 717px;
}
#footer-wrapper {
 position: absolute;
 bottom: 0;
 left: 0;
}
#hp_current_project {
 position: absolute;
 bottom: 5px;
 right: 30%;
}



@media all and (max-width: 800px) {



}