* {margin:0; padding:0}
body {background:url(images/bg.jpg) center top no-repeat #000; width:100%; height:100%; color:#FFF; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif}
#wrapper {width:800px; height:100%; margin:auto; background:url(images/bg-wrapper.png) repeat-y}
#login-form {width:800px; overflow:hidden; height:25px; margin:5px 0 0 0; color:#FFF}
#login-form ul li {float:left; list-style:none;}
#login-form ul li a {color:#FFF; text-decoration:none}
#daftar-btn {background-color:#136192; width:100px; text-align:center}
#txt-user {width:100px; text-align:center}
#txt-form {width:200px; text-align:center}
#form-user {width:180px}
#pass-form {width:200px}
#txt-pass {width:100px; text-align:center}
#form-pass {width:180px;}
#masuk-btn {background-color:#136192; width:100px; text-align:center}
#logo {width:800px; text-align:center}
#running-text {overflow:hidden; width:800px; height:17px; background:#136192; border-radius:15px; margin:0 0 10px 0}
#rt-icon {float:left; width:22px; height:17px}
#txt-rt {float:right; width:778px; height:17px}
@-webkit-keyframes glow {
    from { }

    to {
        -webkit-box-shadow: 1px 1px 16px 0px rgba(19, 97, 146, 1);
        -webkit-transform: scaleX(1) scaleY(1);
    }
}

@-moz-keyframes glow {
    from { }

    to {
        -moz-box-shadow: 1px 1px 16px 0px rgba(19, 97, 146, 1);
        -moz-transform: scaleX(1) scaleY(1);
    }
}

@-ms-keyframes glow {
    from { }

    to {
        -ms-box-shadow: 1px 1px 16px 0px rgba(19, 97, 146, 1);
        -ms-transform: scaleX(1) scaleY(1);
    }
}

@-o-keyframes glow {
    from { }

    to {
        -o-box-shadow: 1px 1px 16px 0px rgba(19, 97, 146, 1);
        -o-transform: scaleX(1) scaleY(1);
    }
}

@keyframes glow {
    from { }

    to {
        box-shadow: 1px 1px 16px 0px rgba(19, 97, 146, 1);
        transform: scaleX(1) scaleY(1);
    }
}

.halo_animate {
    -moz-animation: glow 1s infinite ease-in-out alternate;
    -ms-animation: glow 1s infinite ease-in-out alternate;
    -o-animation: glow 1s infinite ease-in-out alternate;
    -webkit-animation: glow 1s infinite ease-in-out alternate;
    animation: glow 1s infinite ease-in-out alternate;
}
.jackpot {overflow:hidden; width:800px; text-align:center; margin: 10px 0 0 0}
.jackpot h1 {font-size:20px}
.totaljackpot2 {float:left; font-size:24px; width:160px; margin:10px 0 0 0}
.totaljackpot2 h2 {font-size:14px}
#transaction {overflow:hidden; width:800px; margin:5px 0 0 0 ; border: 1px solid #09F; border-radius:5px; height:150px}
#boxtop {
    height: 30px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#09F),to(#05386b));
    background: -moz-linear-gradient(top,#09F,#05386b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09F',endColorstr='#05386b');
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    border-top: 1px solid #122543;
    display: block;
    position: relative;
    clear: both;
    border-radius: 5px 5px 0px 0px;
}
.box_deposit {
    position: absolute;
    top: 6px;
    left: 30px;
    float: left;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    overflow: visible;
    text-shadow: #999 1px 0 1px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.box_withdraw {
    position: absolute;
    top: 6px;
    left: 220px;
    float: left;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    overflow: visible;
    text-shadow: #999 1px 0 1px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.box_winner {
    position: absolute;
    top: 6px;
    right: 235px;
    float: right;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    overflow: visible;
    text-shadow: #999 1px 0 1px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.box_jackpot {
    position: absolute;
    top: 6px;
    right: 30px;
    float: right;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    overflow: visible;
    text-shadow: #999 1px 0 1px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.last {float: left;
    display: block;
    color: #FFF;
	font-weight:bold;
    font-size: 14px;
    overflow: visible;
    text-shadow: #000 1px 0 1px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.id {width:25%;}
.date {width:25%}
.value {width:50%}
#deposit {
	width:200px;
	height:120px;
    position: absolute;
    top: 40px;
    left: 3px;
	border-right: 1px solid #09F;
}
#withdraw {
	width:200px;
	height:120px;
    position: absolute;
    top: 40px;
    left: 207px;
	border-right: 1px solid #09F;
}
#winner {
	width:200px;
	height:120px;
    position: absolute;
    top: 40px;
    left: 410px;
	border-right: 1px solid #09F;
}
#jackpot {
	width:200px;
	height:120px;
    position: absolute;
    top: 40px;
    left: 610px;
}
#footer-link {width:800px; text-align:center}
#footer-link a {text-decoration:none; font-family: "Arial Black", sans-serif; color:#000; font-weight:bold}
#footer-link a:hover {color:#FF0}
.alt {
    background-image: -webkit-linear-gradient(top, #CCC #666);
    background-image: -moz-linear-gradient(top, #CCC, #666);
    background-image: -ms-linear-gradient(top, #CCC, #666);
    background-image: -o-linear-gradient(top, #CCC, #666);
    background-image: linear-gradient(to bottom, #CCC, #666);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    padding: 3px 9px 4px 9px;
    text-decoration: none;
    margin-top: 8px;
}
#footer-articel {width:800px; margin:5px 0 0 0; border-top:1px solid #09F}
#footer-articel h3 {text-align:center; font-size:20px; padding:3px 0 0 0}
#footer-articel p {text-align:justify; font-size:14px}
#contact{
	position:absolute;
	top:284px;
	width:180px;
	height:288px;
	padding:8px 0 0 5px;
	text-align: left;
}
#contact a{
	display: flex;
	overflow: hidden;
	width: 30px;
	border-radius: 0px;
	color:#FFF;
	text-decoration:none;
}
#contact a span{
	width:0px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 3px;
}
#contact img{
	margin-bottom:5px;
	float:left;
}
#slider {width:800px; height:300px}