body {
margin: 0px;
  padding: 0px; height: 100%;
}

html {
margin: 0px;
  padding: 0px;
}
.all {margin: 0px auto auto 0px;
  width: 100%;
 font-family: Arial,Helvetica,sans-serif;
  color: #000;
 background-color: #feffeb;
  overflow: auto;
  position: static;
} 

.kop {
height: 60px;
  background-color: #feffeb; font-weight: inherit;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
 text-decoration: none;
} 
.body {
background-color: #feffeb;
  width: 100%; overflow: auto;
  position: absolute;
 top: 60px; left: 0px; bottom: 0px; right: 0px height: 100%;}


