body {
	margin: 0;
	padding: 0;
	background-color: #367047;
 	font: 12px Helvetica, Arial, Sans-Serif;
	color: #F7AD00;
}

#wrapper {
	position: relative;
	width: 960px;
	height: 579px;
	margin: 10px auto 0 auto;
	background: url(/images/bg_homepage.jpg) no-repeat;
}

img { 
	border: 0;
}

#logo { margin: 55px 0 40px 290px; }

ul {
	/*margin: 0 0 0 205px;*/
	margin: 0 0 0 300px;
	padding: 0 0 0 35px;
	list-style: none;
}
li { display: inline; }
li a {
	float: left;
	width: 103px;
	height: 79px;
	margin-right: 100px;
}
li a span { display: none; }
li#w1 a { background: url(/images/bg_nederlands.gif) no-repeat; }
li#w1 a:hover { background: url(/images/bg_nederlands_active.gif) no-repeat; }
li#w2 a { background: url(/images/bg_francais.gif) no-repeat; }
li#w2 a:hover { background: url(/images/bg_francais_active.gif) no-repeat; }
/*li#w3 a { background: url(/images/bg_english.gif) no-repeat; }
li#w3 a:hover { background: url(/images/bg_english_active.gif) no-repeat; }*/

#welkom { position: absolute; right: 0; top: 0; width: 113px; height: 590px; margin: 0; }
#welkom div { position: absolute; visibility: hidden; width: 113px; height: 590px; }
#welkom #wp1 { visibility: visible; }
#wp1 { background: url(/images/welkom_nl.gif) no-repeat; }
#wp2 { background: url(/images/welkom_fr.gif) no-repeat; }
/*#wp3 { background: url(/images/welkom_en.gif) no-repeat; }*/