﻿@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Bebas');*/

*{
	margin:0px;
	padding:0px;
}

@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BEBAS.ttf');
}
@font-face {
  font-family: 'TheLightFont';
  src: url('../fonts/TheLightFont.ttf');
}
@font-face {
  font-family: 'novamono';
  src: url('../fonts/novamono.ttf');
}

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/bg/bg.jpg?v=2) no-repeat center fixed;  
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	/*background-color:#fff;*/
}
body{
	font-size:14px;
	font-family: arial;
}

a{
	text-decoration:none;
	color:#fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a img{
	border:none;
}
a:hover{
	opacity: 0.5;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
tr{
	margin:0 auto;
	height:39px;
}

.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;
}
.container{
	max-width: 960px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width: 100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:90px;
	/*background: #000;*/
	/*
	border-bottom:1px solid #fff568;
	background: url(../img/bg/header.png) repeat-x bottom;*/
	position:relative;
}

#sectionWrapper #sectionHeader #sectionLogo{
	height:306px;
	width:65px;
	left:0;
	top:20px;
	position:absolute;
}

#sectionWrapper #sectionHeader .login{
	width: 603px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 50px;
	/*background: url(../img/bg/login.png) no-repeat;*/
}
#sectionWrapper #sectionHeader .login input{
	width:131px;
	height:23px;
	line-height: 23px;
	border:none;
	position:absolute;
	font-size:12px;
	color:#fff;
	padding: 0 5px 0 22px;
	background: none;
}
#sectionWrapper #sectionHeader .login input.username{
	background: url(../img/btn/username.png?v=2) no-repeat;
	left: 0px;
	top:3px;
}
#sectionWrapper #sectionHeader .login input.password{	
	background: url(../img/btn/password.png?v=2) no-repeat;
	left: 168px;
	top: 3px;
}
#sectionWrapper #sectionHeader .login input.code{	
	background: url(../img/btn/box.png?v=2) no-repeat;
	left: 331px;
	top: 3px;
	width: 45px;
	padding-left:10px;
}
#sectionWrapper #sectionHeader .login input.captcha{	
	background: url(../img/btn/code.png?v=2) no-repeat;
	left: 396px;
	width:45px;
	top: 3px;
	padding-left: 8px;
    color: #272526;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}


#sectionWrapper #sectionHeader .login input[type="button"],
#sectionWrapper #sectionHeader .login input[type="submit"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	top: 0px;
	
}
#sectionWrapper #sectionHeader .login input#btnSignIn{
	background:url(../img/btn/login.png?v=2) no-repeat;
	right: 80px;
	top: 0px;
	width: 59px;
	height: 30px;
}
#sectionWrapper #sectionHeader .login input#btnReg{
	background:url(../img/btn/register.png?v=2) no-repeat;
	right: 0px;
	top: 0px;
	width: 75px;
	height: 30px;
}
#sectionWrapper #sectionHeader .login .fogotpass{
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	right: 168px;
	top: 100px;
	font-weight: bold;
}
#sectionWrapper #sectionHeader .contact{
	position: absolute;
	width: 468px;
	height: 24px;
	right: 0;
	top: 20px;
}
#sectionWrapper #sectionHeader .contact img{
	float: left;
	margin-right: 10px;
	}
#sectionWrapper #sectionMenu{
	width: 100%;
  	height: 35px;
  	background: #6d0487;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
}
#sectionWrapper #sectionMenu ul li{
	display: inline;
	
}
#sectionWrapper #sectionMenu ul li a{

	font-size: 20px;
	font-family: 'Bebas';
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	padding:5px 19px 4px 19px;
	border-right: 2px solid #040004;
}
#sectionWrapper #sectionMenu ul li:last-child a{
	border-right: 0;
}
#sectionWrapper #sectionInfo{
	width: 810px;
	height: 47px;
	background:url(../img/bg/info.png?v=2) repeat-x;
	padding:0 10px 0 140px;
	margin-top: 5px;
}
#sectionWrapper  #sectionInfo marquee{
	line-height: 47px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
}

#sectionWrapper #slider{
	width: 650px;
	height: 350px;
	float: left;
}
#sectionWrapper .togel{
	width: 296px;
	height: 350px;
	float: right;
	background: url(../img/bg/togel.jpg?v=2) no-repeat;
}

.TogelCountry {
			font-family: 'Bebas';
			color: white;
			font-size: 15px;
			width:82px;
			padding-top: 5px;
			font-style: italic;
			text-align: center;
		}
		
		.TogelBall{
			width:83px;
			color: #fff;
			text-align: center;
			font-size: 18px;
			padding-top: 10px;
			font-style: italic;
		}

		td.TogelBall img.ball {
			width: 25px;
			height: 23px;
		}
		.DateTogel{
		font-family: 'Bebas';
    color: white;
		font-size: 14px;
		text-align: center;
		width: 82px;
		padding-top: 7px;
		font-style: italic;
		}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 1030px;
	height: 217px;
	background: url(../img/bg/transection.png?v=2) no-repeat;
	margin:0 auto;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 221px;
	height: auto;
	top: 87px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 8px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 11px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 221px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 40%;
	text-align: left;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 20%;
	text-align: center;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 40%;
	text-align: right;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 376px;
	height: 65px;
	text-align: center;
	color: #fff200;
	font-size: 50px;
	line-height: 65px;
	position: absolute;
	font-family: "arial", serif;
	font-weight: bold;
	top: 130px;
}
#sectionWrapper #sectionTransection .poker{
	left: 28px;
}
#sectionWrapper #sectionTransection .domino{
	right: 28px;
}
.bank{
	float: right;
	width: 284px;
	height: 250px;
}
#sectionWrapper #sectionFooter{
	/*padding:20px 0;*/
	font-family: 'arial';
	color: #000;
}
#sectionWrapper #sectionFooter h2,
#sectionWrapper #sectionFooter p{
	text-align: center;
	padding:0 20px;
	margin-top:20px;
}
#sectionWrapper #sectionFooter p{
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	}
#sectionWrapper #sectionFooter h2{
	margin-top: 20px;
}
.copyright{
	color: #0c4700
}
@font-face {
    font-family: 'Bebas';
    src: url('../fonts/BEBAS.ttf');
}
a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
a:hover {
    opacity: 0.5;
}
p {
    text-align: justify;
}
h1 {
    color: #ffe400;
}
#sectionFooter {
    width: 965px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
#sectionFooter p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
#sectionFooter p a {
color: #ffcc00
}
#sectionFooter h2 {
    font-size: 30px;
    color: #ffe400;
    font-weight: bold;
    text-align: center;
}

#sectionFooter h3 {
    font-size: 25px;
    color: #ffe400;
    font-weight: bold;
    text-align: center;
}
