
body {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0);
}

#selector {
    position: absolute;
    margin: 10px;
    width: 130px;
    z-index: 1;
}

#stats {
    color: #333333;
    background-color: #cccccc;
    position: absolute;
    top: 10px;
    left:150px;
    width: 118px;
    padding: 0 5 1 5;
    font-size: smaller;
    font-family: sans-serif;
    border: 1px solid gray;
    border-radius: 2px;
}

#screen {
    position: fixed;
    z-index: -1;
}
