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

body{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 14px;
	color: #ebebeb;
	margin: 0;
	padding: 0;
	background:url(../images/background2.jpg) repeat-x;
	background-color: #000000;
}

#background{
	background:url(../images/background.jpg) no-repeat center top;
}

#main_wrapper{
	margin: auto;
	width: 1000px;
}

#header{
	position: relative;
	height: 126px;
}

#logo{
	position:absolute;
	left: 30px;
	top: 10px;
	width: 200px;
	height: 90px;
	background: url(../images/logo.png) no-repeat;
}

#bank{
	position:absolute;
	right: 100px;
	top: 25px;
	width:617px;
	height:28px;
}

#lang{
	position:absolute;
	right: 10px;
	top: 27px;
	width: 100px;
	height: 25px;
}

.flag-icon {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 4px;
	margin-left:2px;
	margin-right:2px;
}


#nav{
	position:absolute;
	right: 10px;
	top: 78px;
}

#nav ul{
	list-style: none;
	margin:0;
	padding:0;
}

#nav li{
	float:left;
	line-height: 48px;
	height: 48px;
	padding:0 10px 0 35px;
	margin-right: 43px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	display: block;
	cursor: pointer;
}

#nav li:last-child{
	margin-right: 0px;
}

#nav li:hover{
	color:#ffe400;
}

.daftar{
	background: url(../images/icon_signup.png) no-repeat left center;
}

.daftar:hover{
	background: url(../images/icon_signup_yellow.png) no-repeat left center;
}

.deposit{
	background: url(../images/icon_deposit.png) no-repeat left center;
}

.deposit:hover{
	background: url(../images/icon_deposit_down.png) no-repeat left center;
}
.main{
	background: url(../images/icon_cup.png) no-repeat left center;
}

.main:hover{
	background: url(../images/icon_cup_down.png) no-repeat left center;
}

.chat{
	background: url(../images/icon_chat.png) no-repeat left center;
}

.chat:hover{
	background: url(../images/icon_chat_down.png) no-repeat left center;
}

#content{
	margin-top:10px;  
	min-height: 800px;
}

.content{
	display: block;
	float: left;
	width: 500px;
	min-height: 400px;
	position: relative;
}

.sportbook{
	background: url(../images/th/soccer.png) no-repeat;
}
.casino{
	background: url(../images/th/casino.png) no-repeat;
}
.slot{
	background: url(../images/th/E-kasino.png) no-repeat;
}
.promotion{
	background: url(../images/th/promotion.png) no-repeat;
}

.description{
	position:absolute;
	top:290px;
	left:40px;
}

.description2{
	position:absolute;
	top:330px;
	left:40px;
}

#footer{
	text-align: center;
	margin-top: 60px;
	clear: both;
	line-height:35px;
	background: #460908;
}