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

body{
		background-color:#000;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;}
		
#commentaar{
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#FFF;}

#flash{
	width:1100px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	border:2px;
	border-style:solid;
	border-color:#FFF;}
	
#copy{
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#FFF;}
