@charset "UTF-8";
@font-face {
    font-family: nimbussanreg;
  src: url("nimbussanreg.eot");
    src: url("nimbussanreg.woff") format("woff"),
     url("nimbussanreg.otf") format("opentype");
}
@font-face {
    font-family: nimbussanregita;
  src: url("nimbussanregita.eot");
    src: url("nimbussanregita.woff") format("woff"),
     url("nimbussanregita.otf") format("opentype");
}
@font-face {
    font-family: nimbussanbol;
  src: url("nimbussanbol.eot");
    src: url("nimbussanbol.woff") format("woff"),
     url("nimbussanbol.otf") format("opentype");
}
body{
width: 100%;
height: 100%;
margin:0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
position: absolute;

}


/*@media screen and (min-width: 900px) {.screensize{display: none}
}
@media screen and (min-height: 500px) {.screensize2{display: none}
}*/