body, html {
    width: 100%;
    font-family: Arial, Helvetica;
    margin: 0px;
    padding: 0px;
}

body {
    background: #2dac32 url('images/bg.png') top center no-repeat;
    /*background-size: cover;*/
    color: #FFF;
    margin: 0px;

}

div {
    box-sizing: border-box;
}

table {
    position: relative;
    width: 100%;
}

table#header {

}

.page-inside {
    width: 963px;
    margin: auto;
}

#header-container {
    background: #2dac32;
    padding-bottom: 7px;
}

#container {
    position: relative;
    width: 100%;
    margin: auto;
}

#login-box {
    background: url("images/loginbg.png") center no-repeat;
    background-size: auto 100%;
    width: 176px;
    height: 81px;
    position: relative;
}

input {
    background: none;
}

#username, #password {
    position: absolute;
    width: 120px;
    left: 45px;
    background: none;
}

#username {
    top: 10px;
}

#username.placeholder {
    background: url("images/tusername.png") left center no-repeat;
}

#password {
    top: 53px;
}

#password.placeholder {
    background: url("images/tpassword.png") left center no-repeat;
}

#menus {
    background: url("images/greenbar.png") center repeat-x;
    height: 55px;
    margin-top: -10px;
    padding-top: 10px;
}

#marquee {
    background: url("images/marquee.png");
    width: 625px;
    height: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    padding: 0 5px;
    margin-left: 8px;
}

#clock {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 200px;
    padding-left: 10px;
    font-size: smaller;
}

#slider-area {
    margin-top: -7px;
}

iframe,
#my-cute-slider {
    height: 317px !important;
    width: 959px !important;
}

#jackpot {
    position: relative;
    background: url("images/jackpot.png") center no-repeat;
    height: 236px;
    width: 958px;
}

#jackpot td {
    width: 33%;
}

#jackpot-capsa, #jackpot-poker, #jackpot-qq {
    font-family: Impact, 'Arial Black', Arial, Serif;
    font-size: 35px;
    position: absolute;
    text-shadow: -2px 2px #000;
}

#jackpot-qq {
    top: 116px;
    left: 50px;
}

#jackpot-capsa {
    top: 182px;
    left: 100px;
}

#jackpot-poker {
    left: 100px;
    top: 53px;
}

.wd-depo {
    padding-top: 70px;
    padding-left: 15px;
    font-family: 'Arial Rounded', 'Arial', Serif;
    font-size: 15px;
}

.wd-depo > div {
    margin-bottom: 16px;
}

.wd-depo > div:nth-child(even){
    color: #000000;
}

#jackpot td:last-child {
    padding-left: 50px;
}

.wd-depo span {
    margin-right: 20px;
}

#footer {
    text-align: center;	
    background: #2dac32;
    
}

#ft-top {
    font-weight: bold;
}

#ft-yellow {
    color: #fcff00;
    margin: 5px auto;
    font-size: 14px;
}

#ft-white {
    font-size: 12px;
}

#ft-end {
    margin: 20px auto;
    font-size: 12px;
}

#lc-link {
    position: absolute;
    /*background: red;*/
    top: 0px;
    right: 0px;
    width: 194px;
    height:74px;
}