body, html {
    width: 100%;
    font-family: Arial, Helvetica;
    margin: 0px;
    padding: 0px;
}

body {
    background: #e8e8e8 url('images/bg.png') repeat-x;
    color: #FFF;

    height:100%;
    /*background-size: 100% 100%;*/
}

div {
    box-sizing: border-box;
}

table {
    position: relative;
    width: 100%;
}

.page-inside {
    width: 802px;
    margin: auto;
}

#header {
    padding-top: 18px;
}

#logo {

}

#login-banner {
    position: absolute;
    background: url("images/loginbg.png") top center no-repeat;
    width: 317px;
    height: 71px;
    right: 0;
    top:0;
}

#login-banner input[type="text"],
#login-banner input[type="password"] {
    position: absolute;
    left: 5px;
    font-size: 15px;
    width: 192px;
    font-weight: bold;
    background: transparent;
    color: #FFFFFF;
    text-align: center;
}

#login-banner input[type="text"] {
    top: 6px;
}

#login-banner input[type="text"].placeholder {
    background: transparent url("images/tusername.png") center no-repeat;
}

#login-banner input[type="password"] {
    top: 43px;
}

#login-banner input[type="password"].placeholder {
    background: transparent url("images/tpassword.png") center no-repeat;
}

#btn-login {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 107px;
    height: 34px;
    /*background: red;*/
}

#btn-daftar {
    position: absolute;
    right: 0px;
    top: 37px;
    width: 107px;
    height: 34px;
    /*background: yellow;*/
}

#menus-wrapper {
    background: #f00;
    height: 46px;
    width: 100%;
}

#menus {
    background: url("images/menus.png") center no-repeat;
    width: 806px;
    height: 46px;
    margin-top: 10px;
}

#the-marquee {
    line-height: 32px;
    overflow: hidden;
    color: #fe0000;
    font-size: 18px;
    padding: 10px 0;
    /*background: red;*/
}

#menus > a {
    position: absolute;
    top: 0;
    height: 100%;
}

#link-reg {
    /*background: red;*/
    left: 0;
    width: 140px;
}

#link-promo {
    /*background: green;*/
    left: 170px;
    width: 265px;
}

#link-jadwal {
    /*background: blue;*/
    right: 120px;
    width: 225px;
}

#link-sports {
    /*background: yellow;*/
    right: 0px;
    width: 80px;
}

#mid-body {

}

#slider-frame {
    width: 802px !important;
    height: 280px !important;
    overflow: hidden;
}

#slider-border {
    background: url("images/slideframe.png") no-repeat center;
    width: 804px;
    height: 282px;
    position: absolute;
    top: -1px;
    left: -1px;
}

#kontak {
    background: url("images/kontak.png") center no-repeat;
    width: 801px;
    height: 59px;
    margin-top: 5px;
}

#link-livechat {
    position: absolute;
    right: 4px;
    top: 3px;
    /*background: gold;*/
    width: 165px;
    height: 52px;
}

#games {
    background: url("images/latest.png") center no-repeat;
    width: 802px;
    height: 245px;
    margin-top: 10px;
    padding-top: 36px;
}

#games > table {
    width: 100%
}

#wddepo {

}

.wddepo-item {
    color: #000;
    font-size: 15px;
}

#jackpots {
    width: 212px;
    /*background: blue !important;*/
}

#wddepo table {
    color: #151515;
    font-size: 15px;
}

#jackpot-poker, #jackpot-domino-2, #jackpot-domino {
    position: absolute;
    right: 7px;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-left: 5px;
    font-family: "Arial Black", Arial, Serif;
}

#jackpot-poker {
    top: 27px;
}

#jackpot-domino {
    top: 101px;
}

#jackpot-domino-2 {
    top: 174px;
}

#banks {
    margin-top: 20px;
    text-align: center;
}

#texts {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding-top: 10px;
}

#t1 {
    font-weight: bold;
    padding-bottom: 5px;
}

#footer {
    text-align: center;
    padding-bottom: 25px;
    color: #000;
}

#ft-4 {
    font-size: 10px;
    margin-top: 15px;
}

.wddepo-item {
    position: absolute;
}

#last-depo .wddepo-item {
    /*background: white;*/
    width: 286px;
    height: 216px;
    top: -9px;
    left: -2px;
}

#last-wd .wddepo-item {
    /*background: white;*/
    width: 286px;
    height: 216px;
    top: -9px;
    left: 7px;
}

.item-row {
    clear: both;
    position: relative;
    line-height: 44px;
    height: 44px;
}

.item-row > div {
    position: absolute;
    font-size: 13px;
    /*font-weight: bold;*/
}

.item-row > div:nth-child(1){
    left:5px;
    width: 115px;
}

.item-row > div:nth-child(2){
    right: 120px;
    text-align: right;
    width: 40px;
}

.item-row > div:nth-child(3){
    right:0px;
    width: 107px;
    text-align: center;
    color: #fff;
}

.browser_chrome .item-row > div:nth-child(1){
    left: 10px;
}

.browser_chrome .item-row > div:nth-child(3){
    right: -5px;
}


.browser_chrome #jackpot-poker {
    top: 26px;
}

.browser_chrome #jackpot-domino {
    top: 100px;
}

.browser_chrome #jackpot-domino-2 {
    top: 173px;
}

