@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	/* IE10+ */ 
	background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #900101 0%, #070303 76%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #900101 0%, #070303 76%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(center top, ellipse farthest-corner, #900101 0%, #070303 76%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, #900101), color-stop(76, #070303));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #900101 0%, #070303 76%);
	
	/* W3C Markup */ 
	background-image: radial-gradient(ellipse farthest-corner at center top, #900101 0%, #070303 76%);
}

header{
	background:url(../img/bg-header.jpg) repeat-x;
	width:100%;
	height:147px;
	z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.background-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:121px;
	z-index:2;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(top, #FAFAFA 0%, #a1a1a1 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FAFAFA 0%, #a1a1a1 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FAFAFA 0%, #a1a1a1 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(100, #a1a1a1));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #a1a1a1 100%);
	
	/* W3C Markup */ 
	background-image: linear-gradient(to bottom, #FAFAFA 0%, #a1a1a1 100%);
}

header .container-content{
	width:992px;
	height:auto;
	margin:0 auto;
	z-index:3;
}
.logo{
	background:url(../img/logo.jpg);
	width:296px;
	height:147px;
	float: left;
}
.menu{
	background:url(../img/menu.jpg);
	width:696px;
	height:147px;
	float: right;
	position: relative;
}

ul.mainmenu{
	position: absolute;
	left: 95px;
	text-align: center;
	list-style:none;
	top: -1px;
}

ul.mainmenu li{
	display:inline-block;
}

ul.mainmenu li a{
	color: #fffffe;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 0px 25px;
}

ul.mainmenu li a.highlight{
	color:#fd0404;
}

ul.socmedmenu{
	position: absolute;
    left: -20px;
	top: 67px;
	list-style:none;
}
ul.socmedmenu li{
	display:inline-block;
	padding: 0px 15px;
}

ul.socmedmenu li img{
	width: 90%;
}

div.form{
	position: absolute;
    top: 30px;
    left: 50px;
}

div.form button[type="submit"]{
	background-color:#ed3237;
	color:#fff;
	border:0px;
	padding:3px 10px;
	margin:0px 5px;
}
div.form input[type="text"]{
	padding:3px 6px;
	width:120px;
}

div.form .daftar{
	background-color:#ffcb01;
	padding:3px 10px;
	text-decoration:none;
	color:#000;
	font-size:13px;
}

.menu2{
	background:url(../img/menu2.jpg);
	width:992px;
	height:99px;
	display:block;
}



.container{
	width: 992px;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    top: 147px;
	display:block;
}

.content{
	margin:15px 0px 30px;
	color:#fffffe;
}

.titlePage{
	width:872px;
	background-color:#ff0000;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	padding:5px 15px;
	margin:20px 0px;
}

.contentText{
	width:903px;
}

.container-slider{
	margin:2px 0 0;
}
img.keunggulan{
	margin-top: -4px;
}
.container-feature{
	display:block;
	width:100%;
	height: 119px;
}
.box-poker{
	background:url(../img/Jackpot-Poker.png);
	width:328px;
	height:119px;
	float: left;
}
.box-domino{
	background:url(../img/Jackpot-Domino.png);
	width:329px;
	height:119px;
	float: left;
	margin:0 3px;
}
.box-capsa{
	background:url(../img/Jackpot-Domino.png);
	width:329px;
	height:119px;
	float: left;
}

.row-feature{
	clear:both;
	display:block;
}

.box-deposit{
	background:url(../img/5-LATEST-DEPOSIT.png);
	width:329px;
	height:193px;
	float: left;
	margin:2px 0px;
}
.box-4poker{
	background:url(../img/poker.png);
	width:329px;
	height:193px;
	float: left;
	margin:2px 2.5px;
}
.box-withdraw{
	background:url(../img/5-LATEST-WITHDRAW.png);
	width:329px;
	height:193px;
	float: left;margin:2px 0px;
}
.icon{
	margin:37px 0px 20px;
}

.seo-text, .footer{
	color: #fffffe;
	text-align:center;
	font-size:14px;
	line-height:16px;
}
.footer{ margin:20px 0px; border-top:2px solid #808080; padding:10px 0px}

#info 
{
	position: absolute;
	top: 70px;
    z-index: 999;
}
