/* CSS Document */

body{
	background-color:#CCCCCC;
}

/* Positionering */
#laag{ 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 738px;
    height: 436px;
    margin-top: -218px;
    margin-left: -369px;
	}

#inhoud{
	width: 738px;
    height: 436px;
	background-color:#cccccc;
	}