/* Page layout  */

html{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F7F1E8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, verdana;
	font-size: 12px;
	color: #3C301A;
	min-width: 1000px;
}

#english{
	background-image: url(../images/bg_intro_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F7F1E8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, verdana;
	font-size: 12px;
	color: #3C301A;
	min-width: 1000px;
}

#rubriekSelect{
	width: 777px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 210px;
}

#recron{
	position: absolute;
	margin-left: 187px;
	top: 0px;
} 

#uk{
	position: absolute;
	margin-left: -392px;
	top: 0px;
} 


#logoIntro{
	position: absolute;
	margin-left: 182px;
	top: 101px;
}

#copyright{
	position: absolute;
	top: 780px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

#copyright a{
	color: #ccc;
}   
