html {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
	color: #FFFFFF;
	margin:0 auto;
	font-family: lucida grande, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	background: #666666 url('/images/player_rev4.jpg') no-repeat center top;
	width: 100%;
	height: 120%;
}

img {
	border: none;
}

table {
	border-spacing: 0px;
	margin: 0px;
}

#header {
	position:relative;
	text-align:left;
	width: 770px;
	left: 570px;
	margin: 0px auto;
	top: 5px;
	overflow:auto;
}

#blackbox {
	position:relative;
	clear: both;	
	top: 40px;
	margin: 0px auto;
	width: 770px;
	height: 460px;
	text-align: center;
	color:#FFFFFF;
	overflow:auto;
	
}

#content {
	width: 726px;
	text-align: left;
	margin: 0px auto;	
}

.login_table {
	font-size:14px;	
	color:#83A894;

}

.episode_list {
   text-align: left;
   height:350px;
   overflow:scroll;
   /*overflow:-moz-scrollbars-vertical;*/
   overflow-x:hidden;
   
}

.imageframe {
	 margin: 0 10px 10px 0;
	 background-color: #FFFFFF;
	 padding: 2px;
	 border: solid 1px #000000;
	 text-align: center;
}

h1 {
   font-size: 16px;
   color: #1D382B;
   display: inline;   
}

h2 {
   font-size: 16px;
   color: #FFFFFF;
   display: inline;
   margin: 12px;   
}

h3 {
   font-size: 16px;
   color: #FFFFFF;
   display: inline;
}

h4 {
   font-size: 12px;
   color: #FFFFFF;
   display: inline;
}

h5 {
	font-size: 10px;   
   color: #2F0E0E;
   display: inline;
} 	

h6 {
   font-size: 16px;
   color: #83A894;
   display: inline;
}

h7 {
   font-size: 14px;
   color: #88ABB9;
   display: inline;
}

h8 {
	font-size: 14px;   
   color: #c2cb87;
   display: inline;
}

