/* setup the stage here */

#screens{ position:absolute; z-index: 100; pointer-events:none;  }
#hud{ position:absolute; z-index: 150; pointer-events:none; top:0px; width:100%; height:80px; }
#messages{ position:absolute; z-index: 200; pointer-events:none; }
#platform{ position:absolute; z-index: 300; pointer-events:none; }

html{ height:100%; width:100%;  }
body { height:100%; min-height:100%; background-color:#222222; background-size:cover; font-weight:normal; text-rendering: geometricPrecision; font-smoothing: antialiased; }

#shell_main { width:1136px; height:640px; }
#shell_main #shell_container { height:640px;  position:relative; overflow:hidden; }

.displayObject{position:absolute;}