html { -webkit-text-size-adjust:none; }


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1050px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1050px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -525px;   /* 50% */
  }
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	margin-left:auto;
	margin-right:auto;
	position: relative;			
	width: 1050px;
	min-height: 844px;
}
.container.home {
	min-height: 200px;
}
a{
	color: #E5008B;
}


ul{
	margin: 0px;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 17px;
}

#logo{
	position: absolute;
	margin-top: 100px;
}
#logohome{
	position: absolute;
	margin-top: 80px;
}
#contactgegevens{
	position: absolute;
	margin-top: 750px;
}
