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

body {
    background-size: cover;
    color: #FFF;
    margin: 0px;

}

div {
    box-sizing: border-box;
}

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

table#header {
    width: 100%;
}

#container {
    position: relative;
    width: 100%;
    margin: auto;
}

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

#header-container {
    background: url("images/headerbg.png") center no-repeat;
    height: 136px;
    background-size: 100% 136px;
    padding-top: 5px;
}

#login-box {
    background: url("images/loginbg.png") center no-repeat;
    width: 385px;
    height: 30px;
    position: absolute;
    right: 85px;
    top: 5px;
}

#contact-img {
    position: absolute;
    top:-10px;
    right: 0;
}

input {
    background: none;
}

#username, #password,#code {
    position: absolute;
    width: 110px;
    top: 7px;
    background: none;
}

#username {
    left: 30px;
}

#username.placeholder {
    background: url("images/tusername.png") left center no-repeat;
}

#password {
    left: 182px;
}

#password.placeholder {
    background: url("images/tpassword.png") left center no-repeat;
}

#code {
    left: 320px;
    width: 70px;
}

#code.placeholder {
    background: url("images/tcode.png") left center no-repeat;
}

#code-box {
    background: url("images/codebg.png");
    width: 80px;
    height: 30px;
    position: absolute;
    margin-left: 2px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding-top: 3px;
    text-align: center;
}

#menus {
    background: url("images/menubg.png") top center no-repeat;
    height: 38px;
    width: 100%;
    margin-top: -7px;
}

#menus td {
    padding-right: 2px;
}

.socmed-link {
    margin-right: 8px;
}

#marquee {

}

#marquee-inside {
    background: url("images/marquee.png") center no-repeat;
    width: 955px;
    height: 30px;
}

#marquee table {
    font-weight: bold;
    /*color: #000;*/
}

#clock {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 285px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
}

#slider-area {
    overflow: visible !important;
}

#btn-help {
    margin-top: 1px;
}

#slider-frame,
#my-cute-slider {
    height: 302px !important;
    width: 677px !important;
}

#togel {
    position: absolute;
    bottom: 40px;
    left:21px;
    width: 210px;
    height: 97px;
    overflow: hidden;
}

#banks {
    margin-top: 10px;
    margin-bottom: 15px;
}

#fb-link {
    position: absolute;
    width: 120px;
    height: 37px;
    top:6px;
    right: 0;
}

#blocks {
    margin-top: -6px;
    z-index: 9;
}

#botmenu {
    background: url("images/botmenubg.png") center no-repeat;
    height: 22px;
    padding: 0 5px;
}

#botmenu table {
    font-size: 12px;
    line-height: 22px;
}

#footer {
    text-align: center;
}

#ft1 {
    margin: 10px auto;
    font-weight: bold;
}

#ft2 {
    font-size: 14px;
    font-weight: bold;
}

#ft3 {
    margin: 10px auto;
    font-size: 12px;
    text-align: left;
    color: #fff600;
}

#livechat {
    position: absolute;
    top: 0px;
    right: -37px;
}

#contact-box {
    background: url("images/contact.png") right no-repeat;
    width: 692px;
    height: 54px;
    float: right;
    margin-top: -8px;
}

#contact-img {
    position: absolute;
    right: 0;
    top: 2px;
    /*background: red;*/
    width: 128px;
    height: 50px;
}