@charset "utf-8";
/* CSS Document */
body
{
/*	background-color: #DAE198;*/
	background-color: #dcffdc;

}
.container
{
	position :absolute;
	margin:0px 0px 0px -500px;
	left:50%;
/*	background-color: #DAE198;*/
	background-color: #dcffdc;
	color:#CCCCCC;
	/*	border: solid #FF0099;
*/	width: 1024px;
	height: 800px;
	top: 20px;
}

.header_nl
{
	
/*	background-color: #DAE198;*/
	background-color: #dcffdc;
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 24px;
	font-weight:bold;
	color: #cccccc;
	position : absolute;
	top: 10px;
	left:50px;

}

.header_fr
{
	
/*	background-color: #DAE198;*/
	background-color: #dcffdc;
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 24px;
	font-weight:bold;
	color: #cccccc;
	position : absolute;
	top: 10px;
	left:674px;

}

.button_nl
{	
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	position:absolute;
	top: 200px;
	left: 50px;
	color: #cccccc;
	width: 275px;
	height: 171px;
	text-align:center;
}
.button_nl img
{
	border:0;
}
.button_fr
{
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	position:absolute;
	top:200px;
	left: 699px;
	color: #cccccc;
	width: 275px;
	height: 171px;
	text-align:center;
}
.button_fr img
{
	border:0;
}


.logo
{
	position:absolute;
	top: 460px;
	left: 48%;
}
.logo img
{
	border:0;
}
.sponsor_fr
{
	position:absolute;
	top: 510px;
	left: 62px;
	
}
.sponsor_fr img
{
	border:0;
}

.sponsor_nl
{
	position:absolute;
	top: 540px;
	left: 62px;
	
}
.sponsor_nl img
{
	border:0;
}
.footer
{
	position:absolute;
	bottom: 90px;
	left: 50px;
	
}

a
{
	color: #cccccc;
	text-decoration: none;
	border: 0;
}
.footer img
{
	border:0;
}

