/* STANDAARD */
* {
    margin: 0;
    padding: 0;
}
html, body {
  height: 100%; /* Required */
}
body {
	font-size: 10pt;
    color: #FFF;
	text-align:center;
	background-color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* CONTENT */
#container-page {
	margin: 0 auto;
  	width: 900px;
  	text-align: left;
  	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
  	/*background: url(./img/content-page.gif) repeat-y top left;*/
}
