BODY {
	background: url(../images/bg.jpg) repeat-x;
}

#headerTable {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footerTable {
	position: relative;
	top: -1px;
}

#mainTable, #headerTable, #footerTable {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background: #fff;
}

#header {
	height: 120px;
	background: url(../images/header.png);
	border-left: 1px solid #fff;
}

#search {
	padding-left: 180px;
	padding-top: 50px;
}

#topMenu {
	height: 30px;
	background: url(../images/menu-back.png) repeat;
	border-left: 1px solid #fff;
}

#pathway, #leftMenu, #content, #rightMenu, #sponsors, #footer, #copyright {
	border: 1px solid #ccc;
}

#leftMenu, #content {
	vertical-align: center
}

#rightMenu {
	vertical-align: bottom;
	text-align: center;
}

#sponsors, #leftMenu, #rightMenu {
	background: url(../images/sponsorback.jpg) repeat-x;
}

#sponsors {
	text-align: center;
}

#leftMenu, #rightMenu, #sponsortekst {
	width: 18%;
}

#content {
	background: url(../images/voetbal.png) no-repeat center;
	width: 64%;
	height: 400px;
	text-align: center;
}

#footer {
	border-right: none;
	width: 165px;
}

#copyright {
	border-left: none;
}

#lijntje {
	border-top: 1px solid #CCC;
}