@charset "utf-8";
body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background: url(../images/splash-body-bg.png) top center repeat-x #044496;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 27px;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.full{
	background: url(../images/splash-full-bg.jpg) no-repeat center 445px;
	min-height: 670px;
	_height: 670px;
}
.container{
	width: 902px;
	margin: 0 auto;
	position: relative;
}

.header{
	padding-left: 24px;
	padding-top: 20px;
	height: 85px;
	background: url(../images/splash-header-bg.png) repeat-x;
}
.home{
	width: 230px;
	height: 71px;
	margin: 0;
}
.home span{
	width: 230px;
	height: 71px;
	background: url(../images/splash-logo-merkur-casino.png) no-repeat;
}

.welcome{
	height: 271px;
/*	background: url(../images/splash-welcome-bg.jpg) no-repeat #000;*/
	background: #000;
	color: #617187;
	position: relative;
}
.welcome p{
	width: 350px;
	margin: 0;
	position: absolute;
	top: 115px;
	left: 85px;
}
.h-welcome{
	width: 329px;
	height: 52px;
	position: absolute;
	top: 51px;
	left: 58px;
}
.h-welcome span{
	width: 329px;
	height: 52px;
	background: url(../images/h-welcome.gif) no-repeat;
}
.btn-enter{
	width: 185px;
	height: 31px;
	color: #fff;
	font-size: 1.4em;
	position: absolute !important;
	top: 200px;
	left: 250px;
	text-align: center;
}
.btn-enter span{
	width: 185px;
	height: 31px;
	background: url(../images/splash-btn-enter.png) no-repeat;
}

.box{
	float: left;
	width: 297px;
	height: 194px;
	padding-top: 28px;
	background: url(../images/splash-box-bg.png) no-repeat #6F0000;
	margin-right: 5px;
	position: relative;
}
.box h3{
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}
.box a{
	color: #FFF200;
}
.box-img{
	position: absolute;
	top: 56px;
	left: 31px;
}
.box-text{
	position: absolute;
	top: 152px;
	left: 30px;
	width: 240px;
	text-align: center;
	font-size: 0.9em;
}

.flash{
	position: absolute;
	top: 105px;
	left: 441px;
}

.copy{
	text-align: right;
	font-size: 0.9em;
	position: absolute;
	top: 50px;
	right: 30px;
	line-height: 1.6em;
}
.copy span{
	padding: 0 8px;
	color: #A2C1E0;
}
.copy a{
	text-decoration: none;
	color: #A2C1E0;
}
.copy a:hover{
	text-decoration: underline;
}

.r-image{
	display: block;
	position: relative;
	overflow: hidden;
}
.r-image span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
a.r-image span{
	cursor: pointer;
}

.no-display{ display: none; }
.clear{ clear: both; }
.no-margin{ margin: 0; }
.text-left{ text-align: left; }
.float-left{ float: left; }
.float-right{ float: right; }
.bold{ font-weight: bold; }
