BODY, HTML	{
	MARGIN: 0px;
	PADDING: 0px;
	BACKGROUND-COLOR: #000000;
	HEIGHT: 100%;
}

#container {
	margin: 0 auto 0 auto;
	width: 420px;
	padding: 30px 0 0 0;
}

#container div, #container a {
	display: block;
	width: 420px;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#container div:hover, #container a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#linkedin {
	background-image: url('../images/linkedin.gif');
	height: 99px;
}

.IN-widget {
	margin-top: 25px;
	margin-left: 28px;
}

#facebook {
	background-image: url('../images/facebook.gif');
	height: 79px;
	margin-top: 9px;	
}

#twitter {
	background-image: url('../images/twitter.gif');
	height: 125px;
	margin-top: 9px;
}

#email {
	background-image: url('../images/email.gif');
	height: 46px;
	margin-top: 9px;	
}

#telefoonnummer {
	background-image: url('../images/telefoonnummer.gif');
	height: 62px;
	margin-top: 0px;	
}

#postbus {
	background-image: url('../images/postbus.gif');
	height: 25px;
	margin-top: 9px;	
}
