body {
    margin: 0;
    background-color: #000000;
    overflow-y: hidden;
}

body.backpage {
    background-color: transparent;
}

#content {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#content #canvas {
    opacity: 0;
}

#content #_preload_div_ {
    top: 0;
}

#content #rotationContainer {
    transform: scale(1);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#content #topBar {
    display: none;
    z-index: -1;
    position: relative;
    background-color: #333333;
    height: 30px;
}

#topBar .buttonGroup {
    position: absolute;
    top: 0;
    height: 100%;
}

#topBar .button {
    display: none;
    width: 40px;
    background-color: #666666;
    height: 100%;
}

#topBar .buttonGroup .button {
    float: left;
    margin-right: 10px;
}

#topBar #closeButton {
    display: block;
    position: absolute;
    right: 0;
    background-image: url('../_icons/closeButton.svg');
}

#topBar #directionsButton {
    background-image: url('../_icons/directionsButton.svg');
}

#topBar #creditsButton {
    background-image: url('../_icons/creditsButton.svg');
}

#topBar #skillsButton {
    background-image: url('../_icons/skillsButton.svg');
}

#topBar #discussButton {
    background-image: url('../_icons/discussButton.svg');
}

#topBar #fullscreenButton {
    background-image: url('../_icons/fullscreenButton.svg');
}