@charset "UTF-8";
/* CSS Document */

#splash{
	width:400px;
	height:226px;
	z-index:100;
	display:none;
	color:#FFF;
	position:absolute;
}
.splash-hide {
	float:right;
	cursor:pointer;
}
.splash-content {
	clear:both;
	height:200px;
	background-image:url(/images/skins/roligan/dk/images/splash-background.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#splash .padding {
	padding:20px 0 0 20px;
}
.splash-header {
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
}