@charset "utf-8";
/* CSS Document */
body,html {	
	height:100%;
	min-height: 500px;
	background-image: url(../graphics/bg_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topbg {
	background-image: url(../graphics/intro_topbg.jpg);
	background-repeat: repeat-x;	
}
#middle {
}
#mbody {
}

#middle {
	padding-top: 64px;
}
#middle {
	padding-bottom: 0px;
	background: none;
}
#box_fr {
	text-align: right;
	width: 290px;
	background-image: url(../graphics/intro_flag_fr.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	margin-top: 30px;
}
#box_fr h1, #box_nl h1{
	padding-top: 50px;
}
#box_nl {
	text-align: left;
	width: 290px;
	background-image: url(../graphics/intro_flag_nl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	margin-top: 30px;
}
#box_fr:hover {
	background-image: url(../graphics/intro_flag_fr_over.jpg);	
}
#box_nl:hover {
	background-image: url(../graphics/intro_flag_nl_over.jpg);	
}