/*-----------------------SPLASH-----------------------------*/
body{
	background-color: #232323;
	
}
#splash{
	background-color: #232323;
	text-align: center;
	height: 100%;
	top: 50px;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#splashglobal{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
body>#splashglobal #splash{
	background-color: #232323;
	margin-left: 10%;
}

#logo{
	background-color: #232323;
	background-image: url(../img/splash_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 431px;
	width: 779px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}
#splash_taal{
	float: right;
	margin-top: -60px;
}
body>#splashglobal #splash #logo #splash_taal{
	float: right;
	margin-top: -80px;
}
