@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
img {
	border:none;
}

body {
	background-color:#343434;
}

#container {
	background:url(../_images/landingspage_bg.jpg) no-repeat;
	width:1200px;
	height:800px;
	position:relative;
	left:50%;
	margin-left:-600px;
}
#main {
	background:url(../_images/content_bg_lp.png) no-repeat;
	width:1400px;
	height:601px;
	margin-left:450px;
	left:-50%;
	position:relative;
}

#language-content {
	background:url(http://nationaleloterij-be.acc.agency.be/facebook/_images/content_bg.png) no-repeat;
	width:707px;
	height:806;

	position:absolute;
	top:68px;
	left:230px;
}
	#language-content #slogan {
		margin:0 0 0 60px;
	}
	#language-content #language {
		background:url(http://nationaleloterij-be.acc.agency.be/facebook/_images/instruments.png) no-repeat;
		width:707px;
		height:530px;
		position:absolute;
		z-index:150;
		top:49px;
	}
	#language-content #language #nl {
		width:112px; 
		height:50px;
		margin:260px 0 0 51px;
		z-index:200
	}
	#language-content #language #fr {
		width:120px; 
		height:69px;
		position:absolute;
		z-index:200;
		top:260px;
		left:530px;
	}
#extra {
	position:absolute;
	z-index:150;
	top:535px;
	left:670px;
}
#extra2 {
	position:absolute;
	z-index:150;
	top:415px;
	left:0px;
}


#footer {
	height:60px;
	width:1200px;
	background-color:#97bf0d;
	text-align:right;
	padding:2px 0 0 0;
	position:absolute;
	top:630px;
}

#logo_nl {
	position:absolute;
	left:290px;
}

#logo_fr {
	position:absolute;
	left:690px;
}

