@charset "UTF-8";
/* CSS Document */

a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

#galleria{ width: 700px; height: 400px; background: #000 }


#container{width:1024px;height:2200px;margin:12px auto 0 auto;background-color:#000000;position:relative;overflow:hidden;}

#header{width:1024px;height:50px;margin:0px auto 0 auto; background-color:#000000;position:relative;overflow:hidden; font:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold;  }


#videopagecontainer{width:1024px;height:2000px;margin:12px auto 0 auto;background-color:#000000;position:relative;overflow:hidden;}
#castcontainer{width:1024px;height:3200px;margin:12px auto 0 auto;background-color:#000000;position:relative;overflow:hidden;}



#menu_nav
{
width: 900px;
    height: 28px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    text-align: center;
    
    background-color:#333333;
      
}

#menu_nav ul {
    height: auto;
    padding: 0px;
    margin: 0px;
}

#menu_nav li
{
 display: inline;
 float:left;
padding: 0px; 

}

#menu_nav a {
    text-decoration: none;
    color: #CCC;
    padding: 8px 22px 8px 22px;
	background-color:#333333;
	border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
	
}

#menu_nav a:hover {
    color: #FFF;
    background-color: #999;
}

#aboutstb{
	width:400px;
	height:593px;
	padding: 20px;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}
#posterstb{
	
	width:400px;
	height:593px;
	padding: 20px;
	display:inline;
	overflow:hidden;
	float:left;
	background-color:#000000;
	z-index:1;
}


#caststb{
	width:900px;
	height:450px;
	padding: 20px;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}
#castpicturestb{
	width:450px;
	height:400px;
	padding: 20px;
	display:inline;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}
#castdescriptionstb{
	width:400px;
	height:400px;
	float:right;
	display:inline;
	padding: 20px;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}



#videosstb{
	width:900px;
	height:600px;
	padding: 20px;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}


#stbrelease{
	width:900px;
	height:80px;
	padding: 20px;
	text-align:center;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}

#trailertext
{
	width:900px;
	height:40px;
	padding: 20px;
	text-align:center;
	font-size:24px;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}

#presstext
{
	width:900px;
	height:70px;
	padding: 20px;
	text-align:center;
	font-size:24px;
	overflow:hidden;
	background-color:#000000;
	z-index:1;
}


#legal{width:1024px;margin:24px auto;font-size:12px;line-height:1.5;color:#353535;-webkit-transition:color 0.5s;-moz-transition:color 0.5s;-ms-transition:color 0.5s;-o-transition:color 0.5s;transition:color 0.5s;position:relative;}

#legal .lc{position:absolute;left:270px;top:0px;cursor:pointer;}

#legal .lr{position:absolute;right:0px;top:0px;}



#legal a{color:inherit;}

body{background: #0f0f0f  center center repeat-y;color:#eeeeee;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;margin:0px;-webkit-transform-style:preserve-3d;scrollbar-face-color:#666;scrollbar-arrow-color:#000;scrollbar-track-color:#222;scrollbar-shadow-color:#555;scrollbar-highlight-color:#666;scrollbar-3dlight-color:#777;scrollbar-darkshadow-color:#000;}
