body{
	margin:0 auto;
	padding:0;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-color:#1A1613;
}

#container{
	margin:0 auto;
	padding:0;
	width:1000px;
}

#empty{
	margin:10%;
}

#logo{
	margin:0 auto;
	padding:0;
	width:1004px;
	height:297px;
	background-image:url('../images/logolang.jpg');	
}

#flags{
	height:100px;
	margin:0 auto;
	padding:0;
	width:570px;
}

	#en{
	 	margin: 25px;
		cursor:pointer;
		float:left;
		width:140px;
		height:106px;
		background-image:url('../images/button_en.png');
		background-repeat:no-repeat;
		position:relative;
	}
	#en:hover{
		background-image:url('../images/buttonhover_en.png');
	}
	
	#nl{
 		margin: 25px;
		cursor:pointer;
		float:left;
		width:140px;
		height:106px;
		background-image:url('../images/button_nl.png');
		background-repeat:no-repeat;
		position:relative;
	}
	#nl:hover{
		background-image:url('../images/buttonhover_nl.png');
	}
	#de{
	 	margin: 25px;
		cursor:pointer;
		float:left;
		width:140px;
		height:106px;
		background-image:url('../images/button_de.png');
		background-repeat:no-repeat;
		position:relative;
	}
	#de:hover{
		background-image:url('../images/buttonhover_de.png');
	}

#clear{
	clear:both;
}

#footer{
	position:fixed;
	padding:0;
	margin:0 auto;
	width:300px;
	color:#999999; 
	bottom:0;
	left:40%;
	richness:40%;
}
	
