body {
	font-family: Lucida Grande, Trebuchet MS, Sans-serif, Arial;
	background-color: #111111
}

#main {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#content {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

#episode {
	border-bottom: 1px #dddddd solid;
}

#episode {
	font-size: 10px;
}

#title {
	font-size: 12px;
	font-weight: bold;
}

#title a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#title a:hover {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

img {
	border: 0;
}

#footer {
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

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