body {
	margin: 0;
	padding: 0;
	background: #A1D7E8 url('newindex/background.png') repeat-x;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

#container {
	position: relative;
	margin: auto;
	width: 1110px;
	height: 556px;
}
#main {
	background: url('newindex/main.png');
	width: 1110px;
	height: 556px;
}

#welcome_nl {
	background: url('newindex/welcome_nl.png');
	width: 165px;
	height: 23px;
	position: absolute;
	left: 320px;
	top: 505px;
}

#welcome_fr {
	background: url('newindex/welcome_fr.png');
	width: 185px;
	height: 23px;
	position: absolute;
	left: 620px;
	top: 505px;
}
#welcome_en {
	background: url('newindex/welcome_en.png');
	width: 165px;
	height: 23px;
	position: absolute;
	left: 320px;
	top: 540px;
}
#welcome_de {
	background: url('newindex/welcome_de.png');
	width: 185px;
	height: 23px;
	position: absolute;
	left: 620px;
	top: 540px;
}

#welcome_en a,
#welcome_nl a{
	display: block;
	width: 165px;
	height: 23px;
}

#welcome_fr a,
#welcome_de a{
	display: block;
	width: 185px;
	height: 23px;
}