body,
html {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.balk {
  margin-bottom: 40px;
}

#container {
  height: 505px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -252px 0 0 -390px;
  text-align: center;
  width: 780px;
}

.copyright {
  bottom: 0;
  color: #a19589;
  font: 11px Verdana, Tahoma, Arial, sans-serif;
  right: 0;
  position: absolute;
}

#footer {
  background: url(/img/footer.png) no-repeat;
  height: 45px;
  margin-top: 20px;
  position: relative;
  text-align: right;
  width: 780px;
}

.logo {
  margin-bottom: 20px;
}

.portal {
  float: left;
  margin-right: 44px;
}

.portal.last-item {
  margin-right: 0;
}

.portal img {
  display: block;
}

#lang-selector {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#lang-selector li {
  height: 28px;
  margin: 0;
}

#lang-selector a {
  display: block;
  height: 28px;
  width: 230px;
}

#portals {
  /*position: relative;*/
  overflow: hidden;
}

#dutch {
  background: url(/img/nederlands.png);
  width: 230px;
}

#french {
  background: url(/img/frans.png);
  width: 230px;
}

#lang-selector #dutch a:hover {
  background: url(/img/nederlands-rollover.png);
  height: 28px;
  width: 230px;
}

#lang-selector #french a:hover {
  background: url(/img/frans-rollover.png);
  height: 28px;
  width: 230px;
}