*
{
	padding: 0;
	margin: 0;

}

body
{
	
	font-size: 13px;
	background-color:#000;
	color:#ffffff;
	line-height: 20px; /* Ik heb een lijnhoogte van ongeveer 1.5em toegevoegd zodat het geheel wat leesbaarder is, succes 		     verder! */
}

#wrapper{
	margin:0 auto;
	width:1200px;
	height:670px;
	background-image: url("images/balk.png");
}

.nl-box
{
		background:		url("images/nederland.png");
		width:			157px;
		height:			104px;
		border:			0px;
		float:			left;
		margin-left:	75px;
		margin-top:300px;
}

.engels-box
{
		background:		url("images/engels.png");
		width:			154px;
		height:			100px;
		border:			0px;
		float:			right;
		margin-right:	75px;
		margin-top:300px;
}



/*mobiele */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#wrapper{
			margin:0 auto;
		width:476px;
		height:266px;
		background-image: url("images/mobilebalk.png");
		
		}
  .nl-box
{
		background:		url("images/mobilenl.png");
		width:			61px;
		height:			40px;
		border:			0px;
		float:			left;
		margin-left:	30px;
		margin-top:120px;
}

.engels-box
{
		background:		url("images/mobileengels.png");
		width:			61px;
		height:			40px;
		border:			0px;
		float:			right;
		margin-right:	30px;
		margin-top:120px;
}

  
  
	}

