body {
	font-family: Myriad Pro;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	background: url(../images/background/background.jpg) no-repeat top center;
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.article,
.section,
.aside,
.hgroup,
.nav,
.header,
.footer,
.figure,
.figcaption {
  display: block;
}
a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
textarea:focus, input:focus{
    outline: none;
}

.container {
	width: 1040px;
	margin: 0 auto;
}
#menu-logo {
	width: 1040px;
	margin: 15px auto;
	position: relative;
}
#menu-logo .menu {
	padding-top: 50px;
}
#menu-logo .menu ul li {
	float: left;
}
#menu-logo .menu ul li:last-child {
	float: right;
}
#menu-logo .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	width: 337px;
	height: 119px;
} 

#menu-login {
	margin-bottom: 10px;
}
#menu-login ul li {
	float: left;
	margin-right: 45px;
}
#menu-login ul li:last-child {
	margin-right: 0;
}
#menu-login ul li a img {
	height: 35px;
}
#menu-login ul li input {
	width: 230px;
	height: 23px;
	background-color: #c6c6c6;
	border: 1px solid #00ff1e;
	padding: 5px;
	
	font-size: 14px;
	line-height: 25px;
}

#information {
	width: 1040px;
	height: 59px;
	background: url(../images/berita-berjalan/berita-berjalan.png) no-repeat top center;
	margin-bottom: 10px;
}
#information marquee {
	font-size: 14px;
	line-height: 59px;
	margin: 0 20px 0 195px;
}

#banner {
	width: 1040px;
	height: 314px;
	margin-bottom: 10px;
}
#banner .slide {
	display: none;
} 
#banner .slide:first-child {
	display: block;
} 
#banner.slick-initialized .slide {
	display: block;
}
#banner .slide a {
	cursor: all-scroll;
}

#contact {
	width: 1040px;
	height: 87px;
	margin-bottom: 10px;
}

#jackpot div {
	float: left;
	width: 319px;
	height: 196px;
}
#jackpot div.deposit {
	background: url(../images/jackpot/last-depo.jpg) no-repeat top center;
}
#jackpot div.jackpot-random {
	margin: 0 44px;
	width: 313px;
	height: 196px;
	background: url(../images/jackpot/jackpot.png) no-repeat top center;
	padding-top: 60px;
}
#jackpot div.jackpot-random span {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	display: block;
}
#jackpot div.jackpot-random span:last-child {
	padding-top: 70px;
}
#jackpot div.withdraw {
	background: url(../images/jackpot/last-wd.jpg) no-repeat top center;
}
#jackpot div table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin-top: 50px;
}
#jackpot div table tr td {
	width: 40%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding-bottom: 7px;
}
#jackpot div table tr td:first-child {
	text-align: left;
	width: 30%;
	padding-left: 15px;
}
#jackpot div table tr td:last-child {
	text-align: right;
	width: 30%;
	padding-right: 15px;
}