html{
    height:100%;
    min-height:100%;
}
body
{
    background: transparent url('../images/Background.jpg') no-repeat center center fixed;
    background-size:cover;
    margin: 0px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height:100%;
}

canvas,img {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

#gameWrapper {
    position: absolute;
    visibility: visible;
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    z-index: 3;
    background-color: "#2667a9";
}

#gameCanvas {
    -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}


#enterURLWrapper {
    position: absolute;
    z-index: 5;
    left: 150px;
    top: 430px;
    display: none;
    width: 500px;
}

#shareurl {
    width: 700px;
    font-size: 30px;
}

#enterTitleWrapper {
    position: absolute;
    z-index: 6;
    left: 385px;
    top: 416px;
    display: none;
    width: 400px;
}

#titleEntry {
    width: 580px;
    z-index: 2001;
    font-size: 28px;
    line-height: 32px;
}
#titleEntry:focus{ background-color:transparent; color:#fff; }


input {
    color: #ffffff;
    width: 680px;
    border: none;
    background-color: transparent;
}
textarea:focus, input:focus{
    outline: 0;
}
h1 {
    position: absolute;
    visibility: hidden;
}

#mainWrapper {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    visibility: visible;
}
#sizeContainer {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    visibility: visible;
    top: 0px;
    left:0px;
}
.vidWrapper {
    z-index: 2;
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    top:30px;
    left:320px;
}

#vidSizer {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
}

#enterTitleSizer {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
}

#enterURLSizer {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
}

.gameWrapperActive {
    z-index: 2;
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    visibility: visible;
    top: 0px;
    left:0px;
    pointer-events: auto;
}

.gameWrapperInactive {
    z-index: 2;
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    visibility: visible;
    top: 0px;
    left:0px;
    pointer-events: none;
}

video {
    -webkit-transform-style: preserve-3d;
}