html {
}

body {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

div#container{
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

div#govisa {
    width: 100%;
    height: 100%;
}
