html, body{
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	text-decoration: none;
	background-color: #141414;
	margin: 0px;
	padding: 0px;
/*
	-webkit-animation: backgroundFading 4s infinite; /* Chrome, Safari, Opera */ 
    animation: backgroundFading 4s infinite;
*/
}
/*
@-webkit-keyframes backgroundFading {
	0%   {color: #e5e5e5; background-color: #000000;}
	50%  {color: #ffffff; background-color: #141414;}
	100% {color: #e5e5e5; background-color: #000000;}
}
@keyframes backgroundFading {
	0%   {color: #e5e5e5; background-color: #000000;}
	50%  {color: #ffffff; background-color: #141414;}
	100% {color: #e5e5e5; background-color: #000000;}
}
*/
div#header{
	background-image: url("/images/wdijksmannl.png");
	width: 653px;
	height: 275px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
div#container {
	position: relative;
	height: 320px;
	width: 346px;
	margin-top: -86px;
	margin-left: auto;
	margin-right: auto;
}
div.link-tekst{
	position: relative;
	top: -4px;
	left: 60px;
	width: 500px;
	float: none;
}
div.icon{
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	float: none;
}
div#linkedin{
	background-image: url("/images/icons/In-White-128px-R.png");
}
div#facebook{
	background-image: url("/images/icons/FB-f-Logo__white_1024.png");
}
div#twitter{
	background-image: url("/images/icons/Twitter_Logo_White.png");
}
div#youtube{
	background-image: url("/images/icons/YouTube-icon-full_color.png");
}
div#github{
	background-image: url("/images/icons/GitHub-Mark-Light-120px-plus.png");
}
footer{
	position: fixed;
	bottom: -20px;
	text-align: left;
	margin-bottom: 20px;
}
p#footer{
	font-size: 10px;
}
h1{
	color: #ffffff;
}
h2{
	font-size: 38px;
	text-align: left;
	line-height: 50px;
}
a:link{
	color: #ffffff;
	text-decoration: none;
}
a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:active{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #b7b7b7;
	text-decoration: none;
}