/* CSS Document */

#index{
width:800px;
height:800px;
position:absolute;
left:300px;
margin-left:-175px;
margin-top:-60px;
background-image:url(intro.jpg);
background-repeat:no-repeat;
overflow:hidden;
}

#nederlands{
width:100px;
height:300px;
position:absolute;
top:210px;
left:400px;
}

#frans{
width:100px;
height:300px;
position:absolute;
top:210px;
left:505px;
}

#engels{
width:100px;
height:300px;
position:absolute;
top:210px;
left:610px;
}

a img{
border:none;
}
