/* multiMedia by p.0k */

body{
	overflow: hidden;
}

/* ` ` ` ` ` ` ` ` ` ` CENTRERING ` ` ` ` ` ` ` ` ` `*/ 
div.centerbox{
      position:absolute;
      left:50%;
      top:50%;
      width:793px;
      height:742px;
      margin-left:-396px;
      margin-top:-372px;
      /* VOOR CENTRERINGS TEST: background-color:#99CCFF; */
}

#leftBorder_ {
	position:absolute;
	left: 0px;
	top: 0px;
	width:64px;
	height:742px;
	z-index: 10;
}

#rightBorder_ {
	position:absolute;
	left: 747px;
	top: 0px;
	width:63px;
	height:742px;
	z-index: 10;
}

#bottomBorder_ {
	position:absolute;
	left: 64px;
	top: 679px;
	width:683px;
	height:64px;
	z-index: 10;
}

#multiMedia-header_ {
	position:absolute;
	left:600px;
	top: 54px; /* was 142px */
	width:154px;
	height:31px;
}

#tekstvak_ {
	position: absolute;
	left: 53px;
	top: 113px;
	width: 700px;
	height: 580px;
}

.copyright {
	position:absolute;
    float: left;
    bottom: 0px;
    text-align: right;
	color: #7B7B7B;
    font: 7pt Impact;
    letter-spacing: 4px;
}

