
html, body {
	font-family: Helvetica,Arial,Verdana,Geneva,san-serif ;
	font-size: 12px ;
	line-height:22px;
	color:#CCCCCC;
	background-color: #06090F ;
	margin-left: 0px ;
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	height: 100% ;
}

a:link, a:visited, a:active {
	text-decoration: underline ;
	color: #C33D38 ;
}

a:hover {
	text-decoration: none ;
}

#outer {
	position: relative ;
	height: 100% ;
}

* html #outer {
	height: 100% ;
}