* {
	margin: 0;
	padding: 0;
}

#container {
	width: 694px;
	height: 325px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -347px;
	margin-top: -162.5px;
}

#shadow {
	width: 694px;
	height: 301px;
	padding: 4px 3px 3px 4px;
	background: url("images/shadow.gif") no-repeat top left;
}

#logos {
	margin-bottom: 10px;
	width: 686px;
	height: 293px;
  border: 1px solid #ccc;
}

#gmigroep {
	width: 229px;
	height: 147px;
	float: left;
	background: url("images/logo_gmigroep.jpg") no-repeat top left;
}

#obsessionentertainment {
	display: block;
	width: 228px;
	height: 146px;
	background: url("images/logo_obsessionentertainment.jpg") no-repeat top left;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#obsessionentertainment:hover {
	background: url("images/logo_obsessionentertainment.jpg") no-repeat bottom left !important;
}

#vaneeden {
	display: block;
	width: 228px;
	height: 146px;
	background: url("images/logo_vaneeden.jpg") no-repeat top left;
	float: left;
	border-bottom: 1px solid #ccc;
}
#vaneeden:hover {
	background: url("images/logo_vaneeden.jpg") no-repeat bottom left !important;
}

#nieuws {
  width: 229px;
	height: 146px;
	background: url("images/nieuws.jpg") no-repeat top left;
	clear: left;
	float: left;
}

#goedefeesten {
	display: block;
	width: 228px;
	height: 146px;
	background: url("images/logo_goedefeesten.jpg") no-repeat top left;
	float: left;
	border-right: 1px solid #ccc;
}
#goedefeesten:hover {
	background: url("images/logo_goedefeesten.jpg") no-repeat bottom left !important;
}

#obsessionlivecommunication {
	display: block;
	width: 228px;
	height: 146px;
	background: url("images/logo_obsessionlivecommunication.jpg") no-repeat top left;
	float: left;
	border-bottom: 1px solid #ccc;
}
#obsessionlivecommunication:hover {
	background-position: bottom left !important;
}

#address {
	clear: left;
	font: 11px Arial, sans-serif;
	color: #999999;
	background: url("images/arrow.gif") no-repeat center left;
	padding-left: 22px;
	margin-left: 8px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix {
  display: inline-block; /* for IE/Mac */
}
*html .clearfix {
  zoom: 1;     					 /* triggers hasLayout */
  display: block;     	 /* resets display for IE/Win */
}
