#content {
	position: relative;
	float: left;
	width: 880px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	z-index: 2;	
}

#content .background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 910px;
	height: 100%;
	z-index: 1;
	/**/
}

#contentBackground {
	position: relative;
	width: 910px;
}

#contentBackground .top {
	float: left;
	clear: both;
	top: 0px;
	left: 0px;
	width: 910px;	
}

#contentBackground .top .left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/content_background/LB_achtergrond_01_.png);
	background-repeat: no-repeat;
}

#contentBackground .top .center {
	float: left;
	width: 900px;
	height: 5px;
	background-image: url(../images/content_background/MB_achtergrond_01.png);
	background-repeat: no-repeat;
}

#contentBackground .top .right {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/content_background/RB_achtergrond_01.png);
	background-repeat: no-repeat;
}

#contentBackground .middle {
	position: relative;
	float: left;
	clear: both;
	
}


#contentBackground .bottom {
	float: left;
	clear: both;
	top: 0px;
	left: 0px;
	width: 910px;	
}

#contentBackground .bottom .left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/content_background/LO_achtergrond_01.png);
	background-repeat: no-repeat;
}

#contentBackground .bottom .center {
	float: left;
	width: 900px;
	height: 5px;
	background-image: url(../images/content_background/MO_achtergrond_01.png);
	background-repeat: no-repeat;
}

#contentBackground .bottom .right {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/content_background/RO_achtergrond_01.png);
	background-repeat: no-repeat;
}


