* { padding: 0; margin: 0; }
img { border: none; }
body, html {
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	background-color: #F8F8F8;
	height:100%;
	color:#2E2E2E;
}
#wrap {
	margin: 0 auto;
	width: 600px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
	text-align: left;
	position:relative;
}
#main {
	padding-top:20%;
}
#logo {
	width:387px;
	height:140px;
	margin: 0 auto 20px auto;
	/*background:url(../images/bg/logo-welcome.jpg) no-repeat bottom left #F8F8F8;*/
}
#aLogo {
	cursor:default;
}
#languages {
	width:490px;
	margin:0 auto 120px auto;
}
#french {
	padding: 0 50px;
}
.lang {
	display:inline;
	float:left;
}
#english p,
#french p {
	margin-left:30px;
}
#dutch p {
	margin-left:37px;
}
a {
	color: #2E2E2E;
	text-decoration:none;
}
a:hover {
	color: #FF7200;
	text-decoration:underline;
}
#bottom {
	position:absolute;
	bottom:10px;
	top:575px;
}
#description {
	color:#333;
	font-size:12px;
	border-bottom:1px solid #333;
	padding-bottom:20px;
	text-align:center;
}
#title {
	text-decoration:underline;
}
#description h1,
#description h2,
#description p {
	display: inline;
	font-size:12px;
	color:#333;
}
#links {
	margin-top:100px;
	text-align:center;
}
#links, #links a {
	font-size:11px;
	color: #333;
}