/* CSS Document */

/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
margin:0;
padding:0;
text-align:center;/* centre for ie5 and 5.5. */
min-height:200px;/*for mozilla/opera */
min-width:300px;/* """ */
background-color:#1f1a17;
}

img.links {
position: absolute;
left:0;
top: 50%;
margin-top: -150px; /* make this half your image/element height */
}

img.rechts {
position: absolute;
right:0;
top: 50%;
margin-top: -150px; /* make this half your image/element height */
}

div.centre {
height:100%;
width:300px;
margin-left:auto;/* centre for compliant browsers */
margin-right:auto;/* centre for compliant browsers */
position:relative;/* gain stacking context for absolutely placed element */
}

#mieke,#miekjunior{
	color:#FFFFFF;
	visibility:hidden;
	position:absolute;
	left: 0;
	top: 60%;
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height: 18px;
	}

