html {
	height: 100%;
	background-color: #fff;
}
body{
	font-family: Arial;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	color: #fff;
}
div#outter{
	width: 100%;	
	background: #fff url(../images/bg.png) repeat-x top left;
	text-align: center;
	float: left;
}
div#wrapper{
	position: relative;
	width: 950px;
	min-height: 422px;
	margin: 0 auto;
}
div#header{
	width: 950px;
	height: 422px;
	float: left;
	position: relative;
}
div#content{
	width: 910px;
	float: left;
	padding: 25px 20px;
}
div#headerText{
	width: 447px;
	height: 362px;
	overflow: hidden;
	float: left;
	text-align: left;
	padding-top: 50px;
}
div#headerText h1{
	padding: 0 20px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
div#headerText p{
	margin-bottom: 15px;
	line-height: 16px;
	padding: 0 20px;
	font-size: 12px;
}
div#headerImage{
	position: absolute;
	top: 0;
	right: 0;
}
ul#languages{
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
}
ul#languages li{
	display: block;
	float: left;
	margin-left: 10px;
}
ul#languages li a{
	display: block;
	width: 16px;
	height: 11px;
}
ul#languages li a span{
	display: none;
}
ul#languages li a#nl{
	background: url(../images/nl.png) no-repeat left top;
}
ul#languages li a#en{
	background: url(../images/en.png) no-repeat left top;
}
ul#languages li a#fr{
	background: url(../images/fr.png) no-repeat left top;
}
div.homeBox{
	float: left;
	margin-right: 80px;
}
div.homeBox.last{
	margin-right: 0;
}
