@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html,body{
	width:100%;
	height:100%;
	min-height:100%
}

	
body{
	-webkit-font-smoothing:antialiased;
	/*background:url(../images/ligapoker_bg.jpg) center top no-repeat fixed;
	background-size:cover;*/
	background-color:transparent;
	font-family: serif;
}


body a {
	color:#FFF
}

#wrapper{
	margin:0 auto;
	width:980px;

}

#logo{
	margin:20px 10px 0 10px;
	float:left;
	overflow:hidden
}

#daftar{
	overflow:hidden;
	float:left;
	padding:45px 10px 0 10px
}

#login{
	overflow:hidden;
	float:left;
	padding:45px 10px 0 0px
}

#menu-bar{
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:5px
}

#nav {
	overflow:hidden;
	position:relative;
	z-index:1;
	float:left;
	width:980px;
	margin: -40px 0px 0px 0px;
	line-height:30px;
}

#nav .navlp {
	float:left ;
	/*padding-right:50px;*/
	font-size:30px;
	list-style:none;
	width:195px;
	text-align: center;
}

#nav .navlp a {
	text-decoration:none
}

#nav .navlp a:hover{
	overflow:hidden;
	color:yellow;
	height:41px;
	width:auto;
	padding:25px 0 0 0
}

#info {
	width:980px;
	background:url(../images/info.png);
	background-repeat:no-repeat;
	overflow:hidden;
	height:60px;
	margin:10px 0 0 0
}

#info #running-text{
	margin:10px 10px 0 100px;
}

#running-text {
	float:right;
	width:895px;
	font-size:20px;
	color:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	line-height:30px;
	margin-left:280px;
	margin-right:15px;
}

#slide{
	overflow:hidden;
	float:right;
	width: 980px;
	height:300px;
}

#banklist{
	float:left;
	width:980px;
	height:72px;
	margin: 3px 0 0 0;
}
#banklist img{
	float:left;
	border: 0;
}
.jackpot {
	overflow:hidden;
	width:340px;
	height:205px;
	background:url(../images/jackpot.png);
	background-repeat:no-repeat;
	float:left;
	margin: 10px 0 0 0px;
}

#Poker228 {
	float:left;
	font-size:36px;
	font-style:bold;
	padding: 145px 0 0 75px;
	color:#000;
}

#aplikasi{
	overflow:hidden;
	height:205px;
	width:618px;
	float:right;
	margin: 10px 0 0 0;
}


#top5{
	overflow:hidden;
	float:left;
	width:980px;
	height:245px;
	background:url(../images/top5.png);
	margin:10px 0 0 0;
}

#top5-depo {
	float:left;
	font-size:20px;
	color:#fff;
	list-style:none;
	padding:110px 0px 0px 0px;
}

#top5-wd{
	float:left; 
	font-size:20px;
	color:#fff;
	list-style:none;
	margin-left:10px;
	padding:110px 0px 0px 0px;
}
#top5-ref{
	float:left; 
	font-size:20px;
	color:#fff;
	list-style:none;
	margin-left:10px;
	padding:110px 0px 0px 0px;
}

#footer{
	overflow:hidden;
	width:980px;
	height:81px;
	background:url(../images/footer.png);
	background-repeat:no-repeat;
	padding-top:10px
}

