    body {
        background-color: #000;
        font: 14px normal Helvetica, Arial, sans-serif;
        color: #f9e600;
        
        }
    a {
        color: #fff;
        text-decoration: underline;
        }
    a img {
        border: 1px solid black;
    }
    a:hover {
        color: #f9e600;
        }
        
    .footer a {
        text-decoration: none;
        color: #f9e600;
        font-size: 90%;
        }    
    .footer a:hover {
        text-decoration: underline;
        color: #f9e600;
        }    
    
    .debug {
        color: #fff;
        }
    div {
        text-align: center;
        }
    .wrapper {
        padding: 0;
        width: 656px;
        
        z-index: 300;
        height: 550px;
        position: absolute;
        left: 50%;
        margin-left: -328px;
        }
    .main_img {
        width: 576px;
        height: 433px;
        background-color: #000;
        background-image: url(../images/loading.jpg);
        float: left;
        overflow: hidden;
        }
    .main_img .slider img {
        float: left;
        margin: 25px 63px 30px 63px;
        border: 1px solid black;
        width: 448px;
        }
        
    .arrow {
        height: 71px;
        width: 38px;
        margin-top: 170px;
        background-image: url(../images/arrows.png);
        float: left;
        }
    .next {
        background-position: right;
        }
    .back {
        margin-right: 2px;
    }
    .content {
        clear: both;
        }
    .footer {
        float: left;
        clear: both;
        padding-top: 5px;
        width: 656px;
        text-align: center;
        }
        
    .slider{
        width: 3600px;
        position: relative;
        left: 0;
        display: none;
        }
    .button {
        height: 35px;
        position: absolute;
        top: 395px;
        width: 567px;
        }
    .button a {float: left; border: none;}
    .button img {border: none;}
    
    .bgMask img {
        border: none;
    }
    .bgMask {
        background-color: #eee;
        position: absolute;
        top: 0; left: 0;
        
        z-index: 0;
    }
    .content {z-index: 10;}
    .wrapper {}