* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fdffff;
	background-image: url(../index_images/body_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
#logo{
	left: 50%;
	background-image: url(../index_images/logo.gif);
	width: 289px;
	height: 163px;
	top: 0px;
	margin-top: 107px;
}
#txt{
font-size: 16px;
font-weight: bold;
height: 55px;
width: 300px;
border-bottom: 1px dotted lightgray;
}
#flags{
margin-top: 10px;
height:115px;
width:289px;
}
#fr{
float: left;
height:115px;
width:96px;
background-image: url(../index_images/fr.gif);
}
#fr:hover{
background-image: url(../index_images/fr_hover.gif);
cursor: pointer;
}
#nl{
margin-left: 97px;
float: left;
height:115px;
width:96px;
background-image: url(../index_images/nl.gif);
}
#nl:hover{
background-image: url(../index_images/nl_hover.gif);
cursor: pointer;
}
