* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

img {
	border-style: none;
}

body {
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	background-color: #000000;
}

#container {
	width: 800px;
}

#header {
	height: 130px;
	margin-bottom: 20px;
}

#menu {
	position: absolute;
	width: 150px;
	margin-left: 60px;
	float: left;
}

#menu img {
	border-style: none;
}

ul.menu {
	list-style: none;
}

ul.menu li {
	margin-bottom: 5px;
}

#main {
	height: 330px;
}

#content {
	text-align: justify;
	background-image: url('images/content_bg.png');
	color: #cccccc;
	float: right;
	width: 500px;
	height: 285px;
	border-style: solid;
	border-width: 1px;
	border-color: #660000;
	margin-right: 50px;
	padding: 20px;
	overflow: auto;
	font-family: arial;
	font-size: 10px;
}

#content h2 {
	font-family: arial;
	font-size: 12px;
}

table.gallery {

}

table.gallery td {
	text-align: left;
}

table.gallery td img {

}

#episodes a {
	text-decoration: none;
	color: #FFFFFF;
}

#episodes a:hover {
	color: #999999;
}

#footer {
	text-align: center;
}

ul.footer {
	list-style: none;
}

ul.footer li {
	display: inline;
	font-size: 10px;
	font-family: arial;
}

#footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: arial;
	margin-left: 150px;
}

#footer a {
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	font-size: 10px;
	font-family: arial;
}