#introContainer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    display: none;
    z-index: 10;
}

#introContent{
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    background-image: url('../images/intro.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}