body{
	margin: 0px;
	vertical-align: top;
	background-image: url('../images/bg/side.jpg');
	background-repeat: repeat;
	vertical-align:top;
	text-align: left;
}

#pageDiv{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('../images/bg/reepje.png');
	background-repeat: repeat-y;
	vertical-align:top;
	z-index: 1;
}
.contentTable{	
	margin:0px;
	top:-10px;
	border-collapse : collapse;
	width: 1000px;
	text-align: left;
}
.contentTable td{
	vertical-align: top;
}
.wingTd{
	width: 220px;

}
#leftWing{
	width: 200px;
	left: 10px;
	top: -10px;
	position: relative;
	z-index:50;
}
.content{
	width: 540px;
	top: -10px;
	left: 7px;
	position: relative;
	z-index: 100;
}
#rightWing{
	width: 200px;
	left: 10px;
	top: -10px;
	position: relative;
	z-index:50;
	text-align: right;
}
