body
{
	padding:0;
	margin:0;
	background-color:black;
	color:white;
}
#center
{
	max-width:1000px;
	margin:0 auto;
}
#banner
{
	width:100%;
}
#header
{
	position:relative;
}
#like
{
	position:absolute;
	left:50%;
	top:0;
	width:50%;
	height:70%;
}
#teltekst
{
	position:absolute;
	left:50%;
	top:50%;
	width:50%;
	height:15%;
	color:white;
	font-weight:bold;
}
#telnummer
{
	position:absolute;
	left:50%;
	top:65%;
	width:50%;
	height:15%;
	color:red;
	font-weight:bold;
}
#menubalk
{
	position:relative;
	height:20px;
	background-color:#00f;
	padding:15px;
}
#schakel
{
	text-align:center;
}
#schakel a
{
	text-decoration:none;
	color:white;
}
#pagina
{
	position:relative;
}
