
html {
	overflow		: hidden;
	height		    : 100%;
}

body {
	background-color	: #989A97;
	background-image	: url('http://www.vuurwerkramp.enschede.nl/ariadne/loader.php/cms/layouts/internet/images/bg_top2.jpg'); 
	background-repeat	: no-repeat;
	background-position	: center 0;
	padding				: 0px;
	margin				: 0px;
    text-align			: center;
	font-family			: arial, helvetica, sans-serife;
	font-size			: 12px;
}

#page {
	position			: absolute;
	top					: 0px;
	width				: 726px;
	bottom				: 0px;
	background-color	: white;
	color				: black;
	/* this method of centering also works on IE.. */
	left				: 50%;
	margin-left			: -363px;
}

#cHeader {
	position			: absolute;
	top					: 36px;
	left				: 0px;
	right				: 0px;
	height				: 157px;
}

/*
#cSiteSections {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	height				: 30px;
	right				: 0px;
	border-bottom		: 1px solid silver;
	background-color	: red;
}
*/

#cMenu {
	position			: absolute;
	width				: 140px;
	top					: 172px;
	left				: 0px;
	bottom				: 0px;
	background-color	: #dce0e3;
	border-right		: 1px solid #dc1617;	
}

#cMetaMenu {
	position			: absolute;
	left				: 0px;
	top					: 150px;
	width				: 140px;
	height				: 22px;
	color				: white;
	background-color	: transparent;
}

#cCrumbs {
	position			: absolute;
	left				: 142px;
	top					: 150px;
	right				: 0px;
	height				: 22px;
	color				: white;
	background-color	: transparent;
	line-height			: 22px;
	padding-left		: 10px;
}

#cFooter {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	height				: 36px;
	right				: 0px;
}

#cSearch {
	position			: absolute;
	width				: 140px;
	top					: 172px;
	left				: 0px;
	height				: 50px;
	border-bottom		: 1px solid #566a91;
}

#cContent {
	position			: absolute;
	top			    	: 200px;
	left				: 145px;
	right				: 0px;
    bottom				: 0px;
	overflow			: auto;
	line-height			: 1.3em;

}
/*
#cBanners {
	position			: absolute;
	width				: 180px;
	left				: 0px;
	height				: 100px;
	bottom				: 5px;
}
*/