@charset "UTF-8";
html,
body {
margin:0;
padding:0;
}
body {
width:100%;
height:100%;
position: relative;
}
body > div {
width:100% !important;
height:100%;
position:fixed;
top:0;
left:0;
z-index:0;
}
body div {
_width:100%;
_height:100%;
}
body div div {
_width:auto;
_height:auto;
}
.fullscreen {
width:100%;
height:100%;
position: relative;
z-index:1;
}