* {
  margin: 0;
}

html, body {
	height: 100%;
	background: url(../images/splash-bg.jpg) top no-repeat;
	background-color: #000;
}
	
.clear {
	margin: 1px;
	background-color: blue;
	clear: both;
	}
	
img.splash_logo {
	margin-left: 140px;
	margin-top: 20px;
	}

a.splash {
	display: block;
	width: 659px;
	height: 529px;
	margin: auto;
	padding-top: 130px;
	background: url(../images/splash-pic.png) 0px 130px no-repeat;
	}
	
a.splash:hover {
	background: url(../images/splash-pic-h.png) 0px 130px no-repeat;
}
	
#taal_container {
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 40px;
	margin-left: 160px;
	text-decoration: none;
	border-style: none;
	}
	
#browser_uitleg {
	width: 450px;
	height: 20px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	padding-bottom: 30px;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 7pt;
	color: #323232;
	}
	
#taal_nl a{
	display: block;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a80532;
	text-align: center;
	text-decoration: none;
	height: 50px;
	width: 60px;
	}
	
#taal_nl {
	float: left;
	height: 50px;
	width: 60px;
	margin-right: 20px;
	background-image: url(../images/flag_nl.gif);
	background-repeat: no-repeat;
	background-position: 22px 3px;
	}

#taal_gb a{
	display: block;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a80532;
	text-align: center;
	text-decoration: none;
	height: 50px;
	width: 70px;
	}
	
#taal_gb {
	float: left;
	height: 50px;
	width: 60px;
	margin-right: 30px;
	background-image: url(../images/flag_gb.gif);
	background-repeat: no-repeat;
	background-position: 26px 3px;
	}
	
#taal_de a{
	display: block;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a80532;
	text-align: center;
	text-decoration: none;
	height: 50px;
	width: 80px;
	}
	
#taal_de {
	float: left;
	height: 50px;
	width: 60px;
	margin-right: 35px;
	background-image: url(../images/flag_de.gif);
	background-repeat: no-repeat;
	background-position: 31px 3px;
	}

#taal_fr a{
	display: block;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a80532;
	text-align: center;
	text-decoration: none;
	height: 50px;
	width: 80px;
	}
	
#taal_fr {
	float: left;
	height: 50px;
	width: 60px;
	margin-right: 20px;
	background-image: url(../images/flag_fr.gif);
	background-repeat: no-repeat;
	background-position: 30px 3px;
	}
	
img.flag_nl	{
	height: 15px;
	width: 20px;
	float: left;
	background-image: url(../images/flag_nl.gif);
	background-repeat: no-repeat;
	border: 0px;
	text-decoration: none;
	}