html, body, #myContent	{ height:100%; }
body{ margin:0; padding:0;}
#Content{ /* style alt content */ }

html
{
	font-family: "Lucida Grande", verdana, helvetica, sans-serf;
	font-size: 11px;
	background-color:#000;
}

body
{
	background-color:#000;
}

a:link, a:visited
{
	text-decoration: none;
	color:black;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	font-size: 12px;
}

h3
{
	text-transform: uppercase;
	font-weight: bold;
}