#test {
	z-index: 200000;
	background-color: #FFF;
	top: 50%;
	position: fixed;
}
#reclame_links {
	float: left;
	display: block;
	padding: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
#reclame_rechts {
	width: 23px;
	float: right;
	cursor: pointer;
	display: block;
	background-image: url(../images/reclame_pijl_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F00;
}
#reclame_sluit {
	display: block;
	font-weight: bold;
	color: #F00;
	float: right;
	padding-right: 5px;
	cursor: pointer;
}
#reclame_sluit:hover {
	text-decoration: underline;
}
#test a:hover {
	text-decoration: underline;
}

