html 
{
}

body 
{
    background-color: #000000;
    margin: 0;
    padding: 0;
}

#video
{
    margin: 0;
    padding: 0;
}

#head
{
    width: 100%;
    height: 112px;
    background-image: url(../images/head.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.line
{
    position: relative;
    width: 100%;
    background-color: #333333;
    height: 10px;
    margin: 0 0 25px 0;
}

#left_div
{
    margin-bottom: 25px;
    background-color: #000000;
    position: relative;
    float: left;
}

#right_div
{
    margin-bottom: 25px;
    position: relative;
    float: left;
}

#center_div
{
    position: relative;
    text-align: center;
    float: center;
}

#links
{
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: 0 0 20px 0;
}

a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
}

a:hover
{
    color: #666666;
}

#credits
{
    margin: 25px 0 0 0;
    position: relative;
    width: 100%;
    text-align: center;
}

#credits a
{
    color: #666666;
    text-decoration: none;
}

#credits a:hover
{
    text-decoration: underline;
}

#credits p
{
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
}

#credits a:hover
{
    color: #666666;
}