/* splash */
html, body {
overflow: hidden;
width: 100%; height:100%;
}
header {
position: absolute;
background: transparent;
box-shadow: none;
}
footer {
background: transparent;
position: absolute;
bottom: 0; left: 0;
}
footer div {
z-index: 2;
}
.splash {
}
#three_container {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
}