/* SPLASH SCREEN
--------------------- */
div#lcontent,
div#rcontent {
	height:342px;
	width:275px;
	padding:74px 24px 24px 24px;
	background-color:#fff;
	float:right;
	overflow-x:hidden;
	overflow-y:hidden;
	overflow:hidden;
}

div#lcontent {
    margin-right:13px;
}

div#lcontent hr,
div#rcontent hr,
div.language-select hr{
	height:1px;
	padding:0;margin:0px 0px 0px 0px;
	border-style:none;
	border-bottom:1px solid #000;
}

a.dutch-header img{
	width:275px;
	height:47px;
	background-image:url(img/site/winq_dutch_header.png);
	background-repeat:no-repeat;
	background-position: top left;
	border-style:none;
	margin-bottom:19px
}
a.dutch-map img{
	width:275px;
	height:196px;
	background-image:url(img/site/winq_dutch_map.png);
	background-repeat:no-repeat;
	background-position: top left;
	border-style:none;
	margin-bottom:14px
}

a.dutch-select-language img{
	width:114px;
	height:43px;
	background:url(img/site/winq_dutch_select_language.png) no-repeat top left;
	border-style:none;
	margin-top:28px;
	margin-bottom:32px;
}

a.global-header img{
	width:275px;
	height:47px;
	background:url(img/site/winq_global_header.png) no-repeat top left;
	border-style:none;
	margin-bottom:19px
}

a.global-map img{
	width:275px;
	height:196px;
	background:url(img/site/winq_global_map.png) no-repeat top left;
	border-style:none;
	margin-bottom:14px
}

a.global-select-language img{
	width:114px;
	height:43px;
	background:url(img/site/winq_global_select_language.png) no-repeat top left;
	border-style:none;
	margin-top:28px;
	margin-bottom:31px;
}

a.splash-hover img{
	background-position:bottom left;
}

div.language-select {
	padding: 65px 24px 0px 24px;
}

.splash-footer{
	margin-top:26px;
}