body {
    font-family: Monospace;
    background-color: #222222;
    margin: 0px;
    overflow: hidden;
}


#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
}

