@import url( reset.css );

html, body {
	height:					100%;
	text-align:				center;
	background-color:		#FFFFFF;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			16px;
}

h1 {
	font-size:				25px;
	font-weight:			bold;
	line-height:			25px;
	color:					#604d2f;
}

/* ------------------------------------------------ // container */
div#container {
	position:				absolute;
	width:					425px;
	height:					402px;
	background-image:		url('../images/portal.jpg');
	top:					50%;
	left:					50%;
	margin-top:				-201px;
	margin-left:			-213px;
}

form#taalkeuze {
	width:					200px;
	height:					20px;
	margin-top:				208px;
	margin-left:			115px;
}

form#taalkeuze select{
	width:					200px;
	height:					20px;
	border:					1px solid #b5a282;
	color:					#f64243;
	font-size:				11px;
	font-weight:			bold;
	letter-spacing:			1px;
}