/* Cascading Style Sheet für Non-Scrolling per CSS */


html, body
{
  margin:0;
  padding:0;
  height:100%;
  overflow:hidden;
  background:#000000;
  color:#000000;
  align="left"
  valign="top"
}

div.nscr
{
  height:100%;
  width:100%;
  background:#000000;
  color:#000000;
  align="left"
  valign="top"
}



