
div#footer {
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0.8em 0 0 0;
	width: 100%;
	text-align: center;
}
div#footer div#holder {
	
	height: 0px;
/*background: #fff url(/test/images/footer-bkgnd-up.gif) repeat-x top;*/
}
div#footer div#links {
	background-color: #1c476b;
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px 0;
	width: 100%;
	white-space: nowrap;
	vertical-align: middle;
	color: #b3c8dc;
}
div#footer div#links a {
	color: #b3c8dc;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px;
	border: none;
}
div#footer div#links a:hover {
	color: #FFF;
}
div#footer div#copyright  {
	background: #fff url(/images/footer-bkgnd-up2.gif) repeat-x bottom;
	padding: 3px 10px;
}
