body, html {
  background-color: #E7E8E8;
  height: 100%;
  overflow-y: hidden;
  }

div#background {
  position: relative;
  width: 900px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/bg_portal.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
}

div#portalTxt {
  position: absolute;
  left: 25px;
  bottom: 45px;
  width: 850px;
  height: 40px;
  background-image: url(../nl/images/i_portal_txt.gif);
  background-position: center;
  background-repeat: no-repeat;
  border: 0px solid red;
  }
  
div#portalNaw {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: 850px;
  height: 20px;
  color:white;
  text-align:center;
  border: 0px solid red;
  }
div#portalNaw a {
  color:white;
  }

div#buttons {
  position: absolute;
  width: 530px;
  height: 300px;
  left: 191px;
  top: 40px;
  }
   
div#coverLinks {
  position: absolute;
  left: 0px;
  top: 130px;
  width: 450px;
  height: 358px;
  }

div#coverRechts {
  position: absolute;
  right: 0px;
  top: 130px;
  width: 450px;
  height: 358px;
  }
  
#footerLinks {
  position: relative;
  width: 900px;
  height: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; 
  padding-top: 10px; 
  }
