body {
	background: url(../img/bg.jpg);
	padding: 224px 0 0 0;
	/*padding: 25px 0 0 0;*/
	margin: 0;
	height:100%; width:100%;
}

#logo {
	background: url(../img/logo.jpg) no-repeat 0 0;
	width: 365px;
	height: 30px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 163px 0 0 0;
}

#services {
	height: 70px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font: normal 10px verdana, arial;
	color: #b8b7b7;
}

#lang {
	width: 177px;
	margin: 0 0 0 120px;
}

#lang li,#lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;
	font-size: 3px;
}

#lang li {
	float: left;
}

#lang li a {
	margin: 0 10px 0 0;
	display: block;
	width: 24px;
	height: 16px;
}

a#en {
	background: url(../img/en.jpg) no-repeat;
}

a#fr {
	background: url(../img/fr.jpg) no-repeat;
}

a#nl {
	background: url(../img/nl.jpg) no-repeat;
}

a#de {
	background: url(../img/de.jpg) no-repeat;
}

.center {
	width: 800px;
	height: 200px;
	/*background: yellow;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#vacancies {
	font-family: Arial, Helvetica, sans serif;
	font-size: 15px;
	padding: 10px;
}

#alert p{
	margin: 0;
	padding: 0;
}
#alert h2 {
	font-family: Arial, Helvetica, sans serif;
	font-size: 28px;
	color: red;
}
#alert {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	margin: 0 auto 115px auto;
	padding: 10px;
	background: #fbd3cc url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border: 2px solid #e67b67;
	text-align: center;
	color: #4B4B4B;
}