*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    background-color: #000;
    overflow-y: hidden;
}

a:link,
a:focus,
a:active,
a:visited
{
    color: #FFF;
    text-decoration: none;
}

#wrapper
{
    width: 100%;
    background-color: #101010;
}

#header
{
    width: 100%;
    height: 72px;
    margin: 0 auto;
    background: url(images/top-videoskip.png) top center no-repeat;
    background-color: #101010;
    vertical-align: middle;
    overflow-x: none;
    z-index: 50;
}

.title
{
    margin: 0 auto;
    width: 1200px;
}

#header .left {
    position: relative;
    margin-top: -6px;
    margin-left: 200px;
    float: left;
    display: block;
    z-index: 50;
}


#header .right {
    position: relative;
    margin-top: 22px;
    margin-right: 270px;
    float: right;
    display: block;
	z-index: 50;
}

#content
{
    position: absolute;
    width:100%;
    height: 100%;
}

#content video
{
    width:100%;
    height:100%;
}

#video-overlay
{
    position: absolute;
    top: 72px;
    width: 100%;
    height: 100%;
    z-index: 180;
}

#video-overlay-hover
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 72px;
    background-image:url(images/play_pause.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(127, 0, 0);
    background-color: rgba(255, 255, 255, .25);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    z-index: 10;
}

a.right
{
    font-size: 18pt;
    color: #bbc3d0;
}

a.right:hover
{
    color: #99a0ad;
}