html {height:100%;}
body 
{
	margin:0; 
	padding:0; 
	background-color:#D4E0F2;
	font-family: Verdana;
	color:#026909;
	font-size:9pt;
	background-image:url(../images/bg-bloem-04.jpg);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	height:100%;

}

#wrap {
height:100%;
position:absolute;
left: 50%;
margin-left: -490px;
margin-right: 0px;

}

* html #wrap {height:100%}

div#content
{

	width:960px;
	border-right-style:solid;
	border-right-color:#7AB316;
	border-right-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#7AB316;
	
}


