*{
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%; /* Required */
}
body {
	text-align: center;
	background-color:#24581a;
	font-family:Arial;
	color:#ffffff;
	background: white url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
img {
	border:none;
}
a {
	outline:none;
}
#container-page {
  height:475px;
  width:100%;
}
#container-ct {
  margin: 0 auto;
  width: 897px;
  height:475px;
  text-align: center;
  position: relative;
}
.carousel_container {
	width: 750px;
	min-height: 100px;
	margin: 0px auto;
	border: 0px solid #3399FF;
	position:relative;
	top: -160px;
	left:-100px;
}
#ct-hdr {
	width:897px;
	height:144px;
	background-image:url(../img/hdr.jpg);
}
#ct-telefoons {
	width:897px;
	height:331px;
	background-image:url(../img/ctback.jpg);
}
#ct-knoppen {
	width:897px;
	height:264px;
	background-image:url(../img/ctknop.jpg);
	position:relative;
}
#footer-tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-align:center;
	position:relative;
	width:897px;
	min-height:50px;
}
