﻿body, div
{
    margin: 0px;
    padding: 0px;
    
}
body
{overflow:auto;
}

.container
{
    width: 1024px;
    margin: 0px auto;
    background: url(../images/bg.jpg) repeat-y;
    
}

.logo
{
    width: 1024px;
    height: 134px;
    background: url(../images/logo.jpg) no-repeat;
}

.video
{
    width: 1024px;
}

    .video .top
    {
        background: url(../images/video_bg_top.png) center top no-repeat;
        width: 1024px;
        height: 17px;
    }

    .video .mid
    {
        background: url(../images/video_bg_mid.png) center top repeat-y;
        padding-top:2px;
        width: 1024px;
        height: auto;
    }

    .video .bottom
    {
        background: url(../images/video_bg_botom.png) repeat-y;
        width: 1024px;
        height: 131px;
        margin-top:-3px;
    }

#player2
{
    width: 640px;
    height: 510px;
    margin-left:198px;
}

.clear
{
    clear: both;
}


.tabvideo {
    margin-top:2%;
}
.tabvideo tr {
    width: 100%;
}
    .tabvideo img {
        width: 59%;
        padding-left: 60%;
        vertical-align: middle;
    }
    .tabvideo td {
        padding-bottom: 1%;
        padding-top:3%;
    }
.tabvideo tr td:first-child {
    width:8%;
}
.tabvideo tr td:last-child {
    width: 90%;
}
    .tabvideo a {
        text-decoration: none;
        color: #000000;
        font-size:2.6rem;
        margin-left:3%;
        margin-top:3%;
    }


.tab_video {
    width: 100%;
    margin: 0px auto;
    margin-left:4.5%;
}
    .tab_video a {
        text-decoration: none;
        color: #000000;
    }
    .tab_video tr td {
        width: 50%;
        padding-top: 3%;
    }
        .tab_video tr td img {
            /*width: 90%;*/
            height: 245px;
            width: 436px;
        }

