#fpcontainer {
  position: absolute; /* just there so I can absolute position stuff relative from it */
  left: 50%;
  top: 15px;
  margin-left: -330px;
  width: 835px;
  background-image: url('http://www.obsimref.com/nl/res/backlogoout2.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
}

#fpcontent {
  background-color: white;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 660px;
  float: left;
  background-image: url('http://www.obsimref.com/nl/res/backlogo.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}

.block {
  width: 320px;
  height: 170px;
  float: left;
  margin-left: 5px;
  background-color: transparent;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;	
}

.block a {
  text-decoration: none;
  color: #808080;
  display: block;
  height: 100%;
}

.block a:hover {
  text-decoration: none;
  background-image: url('http://www.obsimref.com/nl/res/greytrans.gif');
  color: #808080;
  cursor: default;
}

#blockthree, #blockfour {
  margin-top: 15px;
  margin-bottom: 15px;
}

