@charset "utf-8";
/* CSS Document */

*{
	Margin:0px;
	padding:0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}

html{
	background:url(img/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
         background-size: cover;
}


body{
	width:1024px;
	height:881px;
	margin:0 auto;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	
/* FF, Safari, Opera—p */

.clearfix {
	display:inline-block;
	}
/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
	* html .clearfix { height:1%; }
	.clearfix { display:block; height:inherit; }

.clear { 
	clear: both; 
	height: 0;
}

#Wrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

#header{
	width:1024px;
	height:186px;
	margin:0 auto;
	float:left;
}

#logo{
	width:332px;
	height:125px;
	background-repeat:no-repeat;
	margin-top:43px;
	float:left;
	position:relative;
}

#Contact{
	position:absolute;
	right:-378px;
	top:20px;
	width:1000px;
	height:28px;
}


#Login{
	width:200px;
	height:50px;
	position:absolute;
	top:50px;
	right:70px;
}

#Login form input{
	width:200px;
	height:50px;
	border:none;
	padding:5px;
	position:absolute;
	font-family:"Century Gothic";
	font-weight:bold;
	
}

#Login form input.username{
	right:350px;
	background: url(img/inputbg.png) no-repeat;
}
#Login form input.password{
	right:180px;
	background: url(img/inputbg.png) no-repeat;
}
#Login form input.code{
	right:175px;
	width:50px;
}
#Login form input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	width:150px;
	height:50px;
}
#Login form input#btn-login{
	right:65px;
	background:url(img/login.png) no-repeat;
}
#Login form input#btn-register{
	right:-80px;	
	background:url(img/register.png) no-repeat;
}
#Login form img{
	position:absolute;
}
#Login form img.imgCode{
	right:210px;
	top:10px;
}
#Login form img.register{
	left:172px;
	top:67px;
}

.Berita
{
	width:1024px;
	height:31px;
	margin:0 auto;
	padding-top:3px;
	background-image:url(img/berita-berjalan.png);
	background-repeat:repeat-x;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:18px;
	color:#fff;
	
}

#Deposit{
	width:342px;
	height:220px;
	float:left;
}

#Withdraw{
	width:342px;
	height:220px;
	margin-left:0px;
	float:left;
}

#Jackpot{
	width:342px;
	height:220px;
	float:left;
	margin-left:-3px;
	background-image:url(img/jackpot.png);
}


.footer
{
	width:1024px;
	height:48px;
	margin-top:12px;
	float:left;
}

.Pembatas
{
	width:1024px;
	height:2px;
	margin:230px auto 0px auto;
	background-image:url(img/pembatas.jpg);
	background-repeat:repeat-x;
}

#bank
{
	width:1024px;
	height:15px;
	float:left;
	margin-top:20px;
	left:30px;
}

.sticky-livechat{
	position:fixed;
	right:10px;
	bottom:10px;
	width:122px;
	height:167px;
	z-index:999;
}

#lhnContainerDone {
	position: relative;
        right: 19px;
        top: -21px;
}
#lhnContainerDone:hover {
	opacity: 0.5;
}
