body {
	background: #fff;
}

h1, h2 {
	display: none;
}

a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #fff;
}

ul#lang {
	margin: 10% auto 10% auto;
	width: 756px;
	height: 318px;
	background: url('../img/landing.jpg') left top no-repeat;
	position: relative;
}


ul#lang li {
	display: inline;
	position: absolute;
	top: 260px;
}

ul#lang li.nl {
	left: 526px;
	border-right: 1px dotted #444;
	padding-right: 20px;
}

ul#lang li.fr {
	left: 650px;
}

