#splash {
    /*background-color: #e8e8e8;*/
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
    z-index: 100;
}
.splash-content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 50px;
    text-align: center;
    position: absolute;
    width: 100px;
    height: 50px;
    font-size: x-large;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50px;
}
