body{
    margin:0px;
    background:#fff;
}

*{
    margin:0px;
    padding:0px;
}

img{
    border:0px;
}

#container{
    width:730px;
    background:url(../images/bg.jpg) no-repeat top;
    font-family:verdana, arial;
    color:#000;
}

    #text-top{
        text-align:center;
        font-size:16px;
        line-height:20px;
        border-top:solid 1px #fff;
        padding-top:20px;
    }
    
        #text-top a{
            font-weight:bold;
        }
        
#left{
    float:left;
    width:579px;
    text-align:right;
}

    #left span{
        padding-right:13px;
        font-weight:bold;
        font-size:13px;
        width:566px;
        display:block;
        margin-bottom:7px;
        margin-top:40px;
    }

    .item{
        width:180px;
        height:133px;
        display:block;
        margin-bottom:13px;
        float:right;
        margin-right:13px;
        position:relative;
    }
    
        .item .play{
            position:absolute;
            width:180px;
            height:133px;
            background:url(../images/play-btn.png) no-repeat;
            top:0px;
            left:0px;
        }
    
    .item.leeg{
        float:left;
    }
    
    #banner{
        width:180px;
        height:279px;
        float:right;
        margin-right:13px;
    }
    
#right{
    float:right;
    width:140px;
}

    #right a{
        border:solid 1px #0000ee;
        display:block;
        width:120px;
        height:600px;
        margin-top:32px;
    }
    
#footer{
    text-align:center;
    clear:both;
}

    #footer a{
        font-weight:bold;
        font-size:15px;
    }