body {
background-color:#000000;
color : #fff;
margin : 0;
font-family: Calibri;
font-size : 15px;
}
	
.container{
width:970px;
margin:0px auto;
}

.left {float : left}
.right {float : right}

/* -- Header -- */

.header {
height:133px;
background-image:url(images/header.png);
}

.logo{
height:25px;
width:40px;
}

.form {margin-top : 30px;}
.user, .pass {line-height:17px; padding : 3px 7px; width : 125px;}


.button1
{
	width:120px;
	height:25px;
	margin-right:5px;
	background-image:url(images/login.png);
	background-color : transparent;
	border:none;
	cursor:pointer;
}

.button2
{
	width:120px;
	height:25px;
	margin-right:0px;
	background-image:url(images/register.png);
	background-color : transparent;
	border:none;
	cursor:pointer;
}


/* -- Menu -- */
.menu{
margin-top : -5px;
margin-bottom : 4px;
height:47px;
width:970px;
float:left;
background-image:url(images/bgmenu.png);
text-transform : uppercase;
font-size : 18px;
font-weight : bold;
color:#010100;
}

.menu .ex {padding-top : 10px;}

.menu .menu1 {width :110px; float:left; padding-left : 50px;}
.menu .menu2 {width :125px; float:left; }
.menu .menu3 {width :160px; float:left; }
.menu .menu4 {width :160px; float:left; }
.menu .menu5 {width :100px; float:left; }
.menu .menu6 {width :120px; float:left; }


.menu a:link, a:visited {
color:#010100;
text-decoration : none;
}
.menu a:hover{
color:#FF0000;
}

.marquee{
height:18px;
width:850px;
padding : 8px 20px 8px 100px;
margin:0px auto 0px auto;
float:left;
color : #fff;
font-family: Calibri;
font-size : 15px;
background-image:url(images/marquee.png);
}

.slide{
height:275px;
width:585px;
}

.jackpot{
height:275px;
width:375px;
background-image:url(images/jackpot.png);
}

.jackpot .poker  { padding-left : 110px; padding-top : 80px; }
.jackpot .domino { padding-left : 110px; padding-top : 70px; }

/* -- bottom area -- */

.bottom{
margin-top : 380px;	
width:970px;
height:266px;
background-image:url(images/bottom.png?v=20230714);
}

.bottom .col1{
padding-top : 53px;	
margin-left : 100px;	
width:260px;
height:200px;
border : 0px solid;
float : left;
}

.bottom .col2{
padding-top : 42px;	
margin-left : 75px;	
width:160px;
height:220px;
border : 0px solid;
float : left;
font-size : 22px;
color : #000;
}

.bottom .col3{
padding-top : 53px;	
margin-left : 30px;	
width:270px;
height:200px;
border : 0px solid;
float : left;
}

.tbl_deposit td {height : 36px;}
.tbl_phone td {height : 52px;}
.clearfix { overflow: auto; }
/* 
a:link, a:hover, a:visited {color : #fff;}

*/