﻿* {
	margin:		0px;
	padding:	0px;
	font-family:verdana;
}


.clear {
	clear: both;
	height:	1px;
}

html, body {
	margin:		0 auto;
	text-align:	center;
}

body {
	background:	#2c292d;
}

#container {
	margin:		0 auto;
	background:	url('../images/interface/containerBG.jpg') repeat-y;
	width:		918px;
}

#header {
	margin:		0 auto;
	background:	url('../images/interface/headerBG.jpg') #2c292d;
	width:		918px;
	height:		262px;
}

#navigatie {
	margin:		0 auto;
	background:	url('../images/interface/menuBG.jpg');
	width:		918px;
	height:		50px;
	text-align:	left;
}

#inhoud {
	margin:		0 auto;
	background:	url('../images/interface/contentBG.jpg') no-repeat;
	width:		918px;
	text-align:	left;
	min-height:	450px;
}


#footersite {
	margin:		0 auto;
	background:	url('../images/interface/footersite.jpg') #2c292d;
	width:		918px;
	height:		51px;
}

#footerbrowse {
	margin:		0 auto;
	background:	url('../images/interface/footerbrowse.jpg') no-repeat #2c292d;
	width:		918px;
	height:		330px;
	color:		#501e74;
	padding-bottom: 50px;
}



