body {
	margin:0;
	cursor:default;
}
.bg {
	margin:0;
	background-image: url('/images/bg.gif');
	background-repeat:repeat;
}
.wrapper {
	margin:0px auto 0px auto;
	width:900px;
	overflow:hidden;
}
.header {
	float:left;
	margin:0;
	width:900px;
	height:500px;
	overflow:hidden;
}
.episode {
	float:left;
	margin:0;
	background-image: url('/images/episode.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:600px;
	overflow:hidden;
}

.bigpicture {
	float:left;
	margin:0;	
	padding-top:120px;
	padding-left:20px;
	width:472px;
	height:457px;		
	overflow:hidden;		
}
.bigpicture img {
	border:1px solid #000000;
}
.episode_text {
	float:left;
	margin:0;
	padding-top:50px;
	width:380px;
	height:99px;
	overflow:hidden;		
}
.episode_text h1 {
	margin:0px auto 0px auto;
	font-family:Verdana;
	font-size:11pt;
	color:#000000;
	width:380px;
	height:30px;	
	text-align:center;
	overflow:hidden;		
}
.episode_text p {
	margin:0;	
	margin-left:30px;
	font-family:Verdana;
	font-size:9pt;
	color:#000;
	width:350px;
	height:60px;	
	overflow:hidden;		
	text-align:left;
}
.smallpicture {
	float:left;
	margin:0;	
	padding-left:8px;
	width:394px;
	height:300px;	
	overflow:hidden;	
}
.smallpicture img{
  margin-left:5px;
  margin-bottom:5px;
  border:1px solid #000000;
}
.buttons {
	float:left;
	margin:0;	
	margin-left:10px;
	width:392px;
	height:129px;	
	overflow:hidden;		
}
.footer {
	float:left;
	margin:0;	
	width:900px;
	height:400px;	
	overflow:hidden;		
}
.copyright {
	margin:0;
	padding-bottom:20px;
	font-size: 8pt;
	font-family: Verdana;
	background-color:#980101;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
body,td,th {
	color: #ffffff;
}
