* {
	margin: 0;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; 
}
.footer, .push {
	height: 40px; 
}

body {
	text-align: center;
	background: #000;
}
.wrapper {
	position: relative;
	width: 700px;
	font-size: 0.9em;
	margin: 0 auto -40px;
	text-align: center;
}
.header {
	height: 100px;

}

a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Trebuchet MS, tahoma, sans-serif;
	font-weight: bold;

}
a:hover {
	color: #ef6ce3;
	text-decoration: underline;
}

a:active {
	color: #BFD9FF;
}


strong {
	font-weight: normal;
}

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #C63;
}

.roze {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #ef6ce3;
	height: 15px;
}

.blauw {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #BFD9FF;
	height: 25px;
}

.footer a {
	color: #000;
	text-decoration: underline;
	border: 0;
}

