/* CSS Document */
body {background-image:url(../pictures/indexBG.jpg);}
#master {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: -7px;
}

#indexbox {
	position:absolute;
	left:250px;
	top:100px;
	width:460px;
	height:400px;
	z-index:1;
	background-image: url(../pictures/indexborder.gif);
	background-repeat: no-repeat;
}
#nl-flag {
	position: absolute;
	height: 33px;
	width: 55px;
	left: 18px;
	top: 335px;
}
#eng-flag {
	position: absolute;
	height: 33px;
	width: 55px;
	left: 110px;
	top: 335px;
}
#rus-flag {
	position: absolute;
	height: 33px;
	width: 55px;
	left: 202px;
	top: 335px;
}
#duits-flag {
	position: absolute;
	height: 33px;
	width: 55px;
	left: 294px;
	top: 335px;
}
#frans-flag {
	position: absolute;
	height: 33px;
	width: 55px;
	left: 386px;
	top: 335px;
}
#indextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	position: absolute;
	height: 35px;
	width: 150px;
	left: 150px;
	top: 20px;
}
#indexlogo {
	background-image: url(../nav-pic/logo-up.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 215px;
	width: 215px;
	left: 119px;
	top: 90px;
}

