@charset "UTF-8";
/* CSS Document */

body
{ 	text-align:center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
  left: 50%;
  width: 839px;
  margin-left: -420px; /* halveer de grootte en verschuif negatief */

  position: absolute;
}

