body{
    background-color: black;
    margin : 0px;
    overflow: hidden;
    height: 100%;
}

.main_container{
    width: 100%; 
    height: 100%;
}

.display{
    background-color: black;
}

.mywindow{
    padding: 4px;
    width:240px; 
    height:240px;
    position: fixed;
    right: 2px;
    bottom: 2px;
    border-radius: 4px;
}


.remotecanvas
{
    width: 100%; 
    height: 100%;
}