/* CSS Document */
html, body {
	height: 100%;          /* required */
}
body {
	text-align: center;    /* horizontal centering hack for IE */
	padding: 0;            /* required to "hide" distance div */
	margin: 0;             /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -280px; /* half of content height */
	/*background: red;     /* temporary - used to see div */
	width: 1px;            /* required to "hide" distance div */
	height: 50%;           /* required */
	float: left;           /* required */

}
div#sitecontainer {
	position: relative;    /* positions content on top of distance */
	text-align: left;      /* horizontal centering hack for IE */
	height: 560px;          /* required - desired height */
	width: 990px;          /* required - desired width */
	/*background: white;   /* cosmetic */
	margin: 0 auto;        /* required */
	clear: left;           /* required */
	padding:0;				/*toegevoegd voor Parc Spelderholt intro*/
}



