html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background: #00536b url(../images/achter_body.gif) top left repeat-x;
	text-align: center;
}

div#container {
	background: #fff url(../images/achter_popup.gif) bottom left no-repeat; 
	text-align: left;
	width: 432px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */	
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}


div#header {
	background: url(../images/achter_header_popup.gif) top left no-repeat;
	min-height: 80px;
	_height: 80px;
	padding: 0;
	margin: 0;
}

div#header h1 {
	color: #444;
	font-size: 1.6em;
	padding: 45px 0 0 16px;
	margin: 0;
}

div#formulier {
	background: url(../images/achter_form_ronding_onder.gif) bottom left no-repeat;
	width: 400px;
	padding: 12px 16px 0 16px;
	margin: 0 auto;
}

h2 {
	color: #056981;
	padding: 15px 0 4px 0;
	margin: 0;
}