html
{
	background-color: #000;
}
body
{
	width:800px;
	margin: 100px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFF;
}
h1
{
	font-size: 50%;
	color: #FFF;
	margin-bottom: 50px;
	text-align:center;
}
h1, h1 a, h1 a:hover
{
	background-color: transparent;
	border: 0px;
}
h2
{
	font-size: 350%;
	text-align:center;
}
h2 a
{
	text-decoration:none;
}
img
{
	border: 0px;
}
a
{
	color: #FFF;
}
a:hover
{
	color: #000;
	background-color: #FFF;
	text-decoration:none;
}
hr {
	width:100%;
	border: 0px;
	border-top: #FFF 1px solid;
}
#content
{
	height: 100%;
	overflow: auto;
}
#navigation
{
	width: 150px;
	float:left;
}
#covers
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;

}
#covers img
{
	width: 80px;
}
#covers a img
{
	border: #000 7px solid;
}
#covers li
{
	display: inline;
}
#covers a:hover img
{
	border: #FFF 7px solid;
}
#intro
{
	padding-bottom: 50px;
}
#ad
{
	clear:both;
	margin: 0px 100px 0px 100px;
}
#copy
{
	clear:both;
	padding-top: 50px;
	margin: 0px 100px 0px 100px;
}