html {
	height: 100%;
}
body {
	font-size: .8em;
	color: black;
	background: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background: url(bg.gif) repeat-y center;
}
body, td, div {
	font-family: Verdana, Arial, helvetica;
}
a {
	color: #FF3C00;
}
form {
	margin: 0px;
}
select {
	font-size: 10px;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	text-align: left;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70%;
}
#content .content {
	padding-left: 5px;
}
#content h1 {
	color: #993333;
	font-size: 1.5em;
	text-align: center;
}
#content h2 {
	font-size: 1.2em;
	text-align: center;
}
#content table.sitelist td.site img {
	padding: 5px;
	margin-right: 5px;
	background: #FAD9B9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
#content table.siterank, #content table.episodesrank {
	border-top: 1px solid #FF3C00;
	border-bottom: 1px solid #FF3C00;
}
#content table.siterank td.rank, #content table.episodesrank td.rank {
	font-size: 1em;
	background: #FAD9B9;
	color: #FF3C00;
	font-weight: bolder;
}
#content table.intro td.screenshot {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content table.intro td.screenshot img {
	padding: 10px;
	background: #FAD9B9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
#content table.intro td.intro p {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content table.episodes td {
	text-align: center;
	vertical-align: top;
	width: 80px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FAD9B9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
#content table.episodes td img {
	border: 0px;
}
#content table.episodes td a.sitename, #content table.episodesrank td a.sitename {
	font-size: .75em;
}

#content table.rank {
	text-align: center;
	width: 120px;
	padding: 3px;
	background: #FAD9B9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-size: .75em;
}
#content table.rank big {
	color: #FF3C00;
	font-size: 2.5em;
	font-weight: bolder;
}
#content table.rank td {
	vertical-align: middle;
}
#content .ad {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#navigator {
	position: relative;
	left: 70%;
	top: 0px;
	width: 30%;
}
#navigator .content {
	padding-left: 10px;
	padding-right: 5px;
}
#navigator h2 {
	color: #993333;
	font-size: 1em;
}
#navigator img.episode {
	border: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#navigator a.sitename {
	font-size: .75em;
}
#navigator .ad {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

