html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #121212;
}

#content 
{
	position:relative;
	z-index:1;
}

.standardText
{
	position: absolute;
	color: #CDCDCC;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 325px;
	top: 155px;
	left: 45px;
	line-height: 1.4;
}

.standardText a
{
	color: #FFFFFF;
}

.titleText
{
	color: #EEEEEE;
	font-size: 10.5pt;
	font-weight: normal;
	letter-spacing: 1.5pt;
	line-height: 1.0;
}

.spacer
{
	height: 25px;
}


<!--[if IE 6]>
	html { overflow-y: hidden; }
	body { overflow-y: auto; }
	#bg { position:absolute; z-index:-1; }
	#content { position:static; }
<![endif]-->
