html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #444;
	text-align: center;
}

div#container {
	background: url(../images/achter_popup.gif) bottom left no-repeat; 
	text-align: left;
	width: 499px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */	
	padding: 0;
	margin: 0 auto;
}


div#header {
	background: url(../images/achter_header_popup.gif) top left no-repeat;
	min-height: 106px;
	_height: 106px;
	padding: 0;
	margin: 0;
}

div#header h1 {
	color: #444;
	font-size: 1.6em;
	padding: 45px 0 0 30px;
	margin: 0;
}

div#introtekst {
	width: 412px;
	padding: 0 10px 20px 10px;
	margin: 0 auto;
}

div#formulier {
	background: #eee url(../images/achter_form_ronding_onder.gif) bottom left no-repeat;
	width: 412px;
	padding: 0 10px 20px 10px;
	margin: 0 auto;
}

div#header_formulier {
	background: url(../images/achter_form_ronding_boven.gif) top left no-repeat;
	width: 432px;
	height: 6px;
	padding: 0;
	margin: 0 auto;
}

h2 {
	color: #058;
	font-weight: bold;
	font-size: 1.2em;
	padding: 12px 0 4px 0;
	margin: 0;
}
