body {
	padding: 0px;
	margin: 0px;
	background: #211e22;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 135px;
	width: 900px;
}

#header #logo {
	background: url('../img/logo.png');
	float: right;
	margin-top: 30px;
	height: 50px;
	width: 292px;
}

#content {
	background: url('../img/landingpage.png');
	position: relative;
	width: 900px;
	height: 473px;
}

#bar {
	background: url('../img/bar.png') repeat-x;
	position: absolute;
	left: 0px;
	top: 320px;
	height: 100px;
	width: 100%;
}

#bar #sailing {
	background: url('../img/sailing.png');
	margin: 0 auto;
	margin-top: 15px;
	width: 800px;
	height: 67px;
}

#content #language {
	height: 20px;
	width: 150px;
	position: absolute;
	bottom: 30px;
	right: 55px;
	text-align:right;
}


#content #language .nl {
	background: url('../img/nl.png') no-repeat;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 28px;
}

#content #language .eng {
	background: url('../img/eng.png') no-repeat;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 28px;
}

#content #language .ger {
	background: url('../img/ger.png') no-repeat;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 28px;
}

#content #language .fr {
	background: url('../img/fr.png') no-repeat;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 28px;
}

#footer {
	height: 50px;
}
