body {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

div#screenContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: 5px;
    margin-right: 5px;
}
