body {
	margin: 0;
	padding: 0;
	background: url("BG.jpg") repeat-x top left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; }
	
#Container {
	margin: 1em auto 1em auto;
	padding: 0;
	width: 580px;
	position: relative; }
	
#Masthead {
	height: 100px;
	overflow: hidden; }

h1 {
	width: 544px;
	height: 90px;
	margin: 0;
	padding: 0;
	
	background: url("Title.gif") no-repeat; }

#Masthead p,
#Masthead p span {
	padding: 0;
	margin: 0;
	cursor: pointer;
	cursor: hand; }

#Masthead p span {
	height: 59px;
	width: 255px;
	background: url("BySoK.gif") no-repeat top right;
	
	position: absolute;
	top: 110px;
	right: 15px;  }
	
	h1 span, #Masthead p span span {
		display: none; }
		
#divControls, #Footer {
	text-align: center; }
		
#Content {
	background: url("Box.gif") no-repeat top left;
	padding: 5px;
	padding-top: 75px;
	height: 600px; }
	
	#divEpisode {
		background: url("divEpisode.gif") no-repeat top right;
		width: 500px;
		height: 410px;
		padding: 25px;
		margin: 0 auto 0 auto; }