body{
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mainWrapper{
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    padding: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: 1px solid #5a5a5a;
    overflow: hidden;
    z-index: 4000;
    background-color: #061028;
}

#loader{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    background-image: url("images/loader.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4021;
}


#keyart_1{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4001;
}

#keyart_2{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4002;
}

#header_text{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4003;
}

#title_spritesheet{
    position:absolute;
    top: 0px;
    right: 0px;
    width: 393px;
    height: 162px;
    z-index: 4004;
    background-repeat: no-repeat;
}

#subhead_text{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4005;
}

#logo_left{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4006;
}


#logo_right{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4006;
}

#esrb{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4006;
}

#cta{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4007;
}

#cta_over{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 4007;
}

#cta_hit{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    z-index: 5025;
    cursor: pointer;
}