*{
	padding: 0;
	margin: 0;
}

html, body{
	height: 100%;
	background-color: black;
}

a:link, a:hover, a:visited, a:active{
	color: gray;
}

#container{
	min-height: 100%;
	min-width: 650px;
	margin: 0 auto;
	background-color: #000000;
	font-family:Arial,"Liberation Sans",sans-serif;
	color: gray;
}

.series_img{
	height: 400px;
}

ul.nav{
	list-style:none;
	text-align:center;
}

ul#videos{
	list-style:none;
	text-align:center;
	padding-top:20px;
	padding-bottom: 220px;
}

.nav li{
	display:inline;
}

#videos li{
	display:inline;
	float:left;
	width:170px;
	height:130px;
	overflow:hidden;
	padding:8px;
	background-color:black;
}

#videos li:hover{
	background-color:gray;
	color:black;
}

.videoload p{
	width:120px;
	height:50px;
}

img{
	border:0px;
}

.videoload{
	display:inline;
	width:120px;
	height:150px;
}

#logo{
	display: block;
	position: fixed;
	bottom:0;
	right:0;
	width: 99px;
	height: 99px;
	z-index:999;
}

#text{
	padding:3px;
}

#back{
	display: block;
	position: fixed;
	top:0;
	right:0;
	width: 200px;
	height: 0;
}

#video{
	display: block;
	position: fixed;
	bottom:0;
	width: 100%;
	height: 170px;
	background-color:#000000;
	border-top:1px solid gray;
	padding: 5px;
}

.video_img{
	float:left;
	margin-right:8px;
	height:160px;
	width:213px;
}
