﻿body
{
    color: silver;
    font-family: Arial;
    font-size: 10pt;
    background-color: black;
    
}
#header
{
    width: 815px;
    height: 80px;
    background-image: url(../Images/video-header-bg.jpg);
    margin: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
}
#container
{
    vertical-align: middle;
    width: 865px;
    height: 644px;
    text-align: center;
    margin: auto;
    
}
#videobox
{
    clear: left;
    width: 350px;
    position: relative;
    top: 35px;
    height: 337px;
    left: 25px;
    float: left;
    text-align: center;
    background-image: url(../Images/video-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#sidebar
{
    clear: right;
    overflow: auto;
    width: 430px;
    top: 35px;
    position: relative;
    padding-left: 5px;
    height: 337px;
    float: right;
    right: 25px;
    border-left: silver thin solid;
}
#extras
{
    clear: both;
    float: none;
    overflow: auto;
    left: 25px;
    top: 35px;
    width: 815px;
    position: relative;
    height: 240px;
}
#footer
{clear: both;
    float: none;
    width: 815px;
    position: relative;
    margin: auto;
}    
A:link
{
    font-weight: bold;
    color: white;
    text-decoration: underline;
}
A:visited
{
    font-weight: bold;
    color: white;
    text-decoration: underline;
}
