html, body {
	height: 100%;
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #000000;
}
a {
	text-decoration: none;
}
.text {
	width: 360px;
	margin-top: 10px;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#center {
	width: 100%; 
	height: 500px; 
	position: absolute; 
	top: 50%; 
	margin: -250px auto auto auto; 
	text-align: center;
}
#spacer {
	width: 100%;
	height: 15px;
}
#animation {
	width: 100%;
	height: 214px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
#main {
	width: 850px;
	height: 186px;
	text-align: center;
	left-margin: auto;
	right-margin: auto;
	display: block;
}
#logos {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#logos hr {
	height: 0px;
	width: 100%;
	border: 0;
	border-top: solid 1px #ffffff;
	display: inline-block;
}
#logo_digitaal {
	width: 425px;
	text-align: left;
	float: left;
}
#logo_digitaal a {
	color: #86a20c;
}
#logo_digitaal a:hover {
	color: #ffffff;
}
#logo_digitaal strong {
	font-size: 13px;
	color: #86a20c;
}
#logo_center {
	width: 65px;
	float: left;
	min-height: 150px;
}
#logo_creatief {
	width: 360px;
	text-align: right;
	float: left;
}
#logo_creatief a {
	color: #d96c05;
}
#logo_creatief a:hover {
	color: #ffffff;
}
#logo_creatief strong {
	font-size: 13px;
	color: #d96c05;
}
#menus {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#menu_left {
	width: 300px;
	text-align: left;
	float: left;
}
#menu_center {
	width: 250px;
	text-align: center;
	float: left;
}
#menu_center a {
	color: #ffffff;
}
#menu_center a:hover {
	color: #d96c05;
}
#menu_right {
	width: 300px;
	text-align: right;
	float: left;
}
