a:link,a:active,a:visited
{
color: #96fac8;
font-weight: bold;
text-decoration: underline;
}

a:hover
{
color: #ffffff;
text-decoration: underline;
}

#top
{
background: url('background.jpg') rgb(0,0,0);
background-repeat: repeat-y;
background-position: top;
}

#bg-wrap
{
background: url('../images/bg-main.png');
background-repeat: repeat-y;
background-position: center;
}

.bg-top
{
background: url(../images/bg-top.png);
background-repeat: no-repeat;
background-position: top center;
}

.bg-bottom
{
background: url('../images/bg-bottom.png');
background-repeat: no-repeat;
background-position: center;
}

.title
{
margin-top: -20px;
margin-left: 120px;
z-index:7;
}

.description-box
{
margin-top: -70px;
margin-left: 265px;
width: 654px;
font-size: 18px;
text-align: justify;
color: rgb(0,0,0);
}

.media-window
{
margin-top: 40px;
margin-left: 165px;
width: 854px;
}

.media-strip
{
background: #b59567;
margin-top: 20px;
margin-left: 163px;
padding-bottom: 5px;
width: 865px;
height: 145px;
overflow-y:hidden;
overflow-x:scroll;
}

.media-strip-inner
{
width: 1945px;
overflow:hidden;
}

#media-select
{
text-shadow: 1px 1px #000000;
font-weight: bold;
text-align: center;
border-style: solid;
border-color: rgb(50,50,50);
border-width: 8px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px 0px 0px 0px;
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
width: 200px;
height: 113px;
background: rgba(0,0,0,.4);
}

.synopsisprogress
{
margin-top: 20px;
margin-left: 160px;
height: 610px;
}

.progress
{
float: left;
margin-top: 0px;
margin-left: 10px;
padding: 10px 40px 10px 10px;
width: 790px;
background-color: rgba(75, 75, 100, .3);
color: black;
font-weight: bold;
}