html,
body
{
	background: #fff url(body.png) repeat-x fixed bottom left;
	color: #333;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family: sans-serif;
	font-size:10.25pt;
	cursor:default;
	min-height:600px;
}

#logo
{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-161px;
	margin-top:-280px;
}


#ref
{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: 74px;
	width:450px;
	margin-left:-110px;
	font-size:1.5em;
	text-align: right;
}


#ref a
{
	font-family :georgia, serif;
	color: #4c6574;
	padding:0 3pt;
	text-decoration: none;
}

#ref a:hover
{
	color: #903032;
}




#features
{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	font-size:10.25pt;
	height:110px;
	margin-top:-55px;
	background: transparent url(shade.png) repeat-x top left;
	color: #a2b6c2;
	padding:19px 0 19px 0;
}


#features table
{
	border-collapse: collapse;
	padding:0;
	margin:0 auto;
	margin-top:9px;
	cursor:default;
}

#features td,
#features th
{
	padding:1px 0;
	margin:0;
	font-weight: bold;
	text-align: right;
}



#features td.bot
{
	padding:0;
	height:4px;
}

td.b
{
	width:48px;
}


#features th
{
	color:#d0dae0;
	font-weight: normal;
	font-size:1.75em;
	padding:0 12pt 0 0;
	text-align:left;
	white-space: nowrap;
}

#features th span
{
	color:#66879a;
	font-weight: normal;
}


#features td 
{
	text-align:left;
}

#features td span
{
	color:#b8c7d0;
	font-weight: normal;
}

.pad
{
	margin:0 auto;
	width:960px;
}

#copyright
{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:120px;
	margin-left:-480px;
	text-align:center;
	color: #999;
}

