.png {
	behavior: url("/projecten/brandprogramma/css/libraries/pngbehavior.htc");
}

html {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	color: #000000;
}

body {
	margin: 10px auto;
	width: 875px;
}	
	a:link {
	color: #000000;
	text-decoration: none
}
	a:visited {
	color: #000000;
	text-decoration: none
}
	a:hover {
	color: #000000;
	text-decoration: none
}
	a:active {
	color: #000000;
	text-decoration: none
}

#header {
	width: 875px;
	height: 140px;
	text-align: center;
}

#menu {
	width: 155px;
	float: left;
}

#menu_header {
	background-image: url(../images/menu_header.jpg);
	background-repeat: no-repeat;
	height: 25px;
	widht: 155px;
}

#menu_center {
	background-image: url(../images/menu_center.jpg);
	background-repeat: repeat-y;
	widht: 145px;
	padding-left: 10px;
}

#menu_footer {
	background-image: url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
	height: 25px;
	widht: 155px;
}

#main {
	float: left;
	width: 549px;
	margin-left: 7px;
}

#main_header {
	background-image: url(../images/main_header.jpg);
	background-repeat: no-repeat;
	width: 549px;
	height: 22px;
}

#main_center {
	background-image: url(../images/main_center.jpg);
	background-repeat: repeat-y;
	width: 529px;
	padding-left: 10px;
	padding-right: 130px;
}

#main_footer {
	background-image: url(../images/main_footer.jpg);
	background-repeat: no-repeat;
	width: 549px;
	height: 22px;
}

#links {
	float: right;
}

#links_header {
	background-image: url(../images/links_header.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 22px;
}

#links_center {
	background-image: url(../images/links_center.jpg);
	background-repeat: repeat-y;
	width: 146px;
	padding-left: 10px;
}

#links_footer {
	background-image: url(../images/links_footer.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 22px;
}

#footer {
	width: 549px;
	text-align: center;
}
