body
{
	background-color: black;
}

#main
{
	width: 100%;
}

#dl
{
	margin-top: 80px;
}

#panel
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.title
{
	font-family: Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: red;
}	

.desc
{
	font-family: Helvetica;
	font-size: 10pt;
	color: white;
}

.link
{
text-decoration: none;
}

.link img
{
	border: none;
}

#items
{
	width: 100%;
}

#items tr
{
	padding-top: 10px;
}