#img {
    border: none;
}

body{
    background: #c5cfdf;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#D2D2DC');
    width: 1000px;
    margin: 0px auto;
    padding; 5px 0px 0px 0px;
    fong-tamily: trebuchet ms, calibria, verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

#header {
    background-color:white;
    margin: 0px auto;
    width: 950px;
    height: 100px;
    padding-top: 20px;
    text-align: center;
}

#header a{
    text-decoration:none;
    color: black;
    font-size: 16px;
}

#header li{
    margin: 0px auto;
    list-style-type; none;
    display: inline;
    padding: 0px 10px;    
}

#content{
    margin: 0px auto;   
    width: 950px;
}

#featured-show{
    background:#000000;
    padding-top: 20px;
    text-align: center;
    margin: 0px auto;
    color: #FFFFFF;
}

#video-player{
    background: url('../images/video-player.png') no-repeat;
    margin: 0px auto;
    height: 450px;
    width: 475px;
}

#video-player-float{
    float: left;
    background: url('../images/video-player.png') no-repeat;
    margin: 0px auto;
    height: 450px;
    width: 475px;
}

#player-text{
    color: #FFFFFF;
    padding-top: 50px;
    margin-left: 50px;
    width: 350px;
    height: 350px;
}

#player-text a{
    color: #FFFFFF;
}

#one-third{
    margin: 0px auto;
    padding: 2px;
    border: 1px dashed grey;
    float: left;
    width: 32%;
}

#two-third{
    float: left;
    width: 66%;
}

#one-half{
    float: left;
    width: 50%;
}

#footer{
    text-align:center;
}

#clear{
    clear:both;
    height: 1px;
}