

body{
	background-image:url('../images/gradient.jpg');
	
}

#wrapper{
	
	margin: 0px auto;
	width:974px;
	height:650px;
}

#wrapper3{
	margin-top:-100px;	
	background-image:url('../images/wrapper.png');
	background-repeat:no-repeat;
	width:974px;
	height:650px;
}

#logo{
	margin-top:-100px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	width:974px;
	height:650px;
}

#wrapper2{
	float:left;
	margin: 0px auto;
	width:800px;
	margin-top:-200px;
	margin-left:87px;
}

a#jongens{
background-image:url('../images/jongens.png');
background-repeat:no-repeat;
width:400px;
height:50px;
float:left;


}

a#jongens:hover{
background-image:url('../images/jongensh.png');
background-repeat:no-repeat;
width:400px;
height:50px;
float:left;


}


a#meisjes{
background-image:url('../images/meisjes.png');
background-repeat:no-repeat;
width:400px;
height:50px;
float:left;


}

a#meisjes:hover{
background-image:url('../images/meisjesh.png');
background-repeat:no-repeat;
width:400px;
height:50px;
float:left;


}
#links{
margin:0px auto;
text-align:center;
margin-top:5px;
}
#links a{
padding-right:13px;
color:white;
text-decoration:none;
font-family:helvetica;

}
#links a:hover{
text-decoration:underline;
}
