html, body
{
	height: 1500px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336633;
	margin: 0;
	padding: 0;
}

#content
{	position: absolute;
	padding: 10px;
	top: 0;
	left: 180px;
	width: 800px; height: 100%;
	min-height: 1500px;
	background-color: Black;
	color: Red;
	font-size: 0.8em;
}

a
{
	background: transparent;
	text-decoration: none;
}
a:link
{
	color: White;
}
a:visited
{
	color: Yellow;
}
a:hover, a:active
{
	color: Red;
}

#content .titlelarge
{	font-size: 1.5em;
}
