#footer {
  clear:both;
  width: 100%;
  background: transparent;
  background-image:URL('images/horizontal-line-background.png');
  background-repeat:repeat-x;
  padding-top:15px;
}

DIV#footer A {
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	color:#223F5C;
}
DIV#footer A:hover {
	background-color:transparent;
}

DIV#footer DIV.spacer {
	position:relative;
	display:inline;
	width:0px;
	border-right:1px #939393 solid;
	font-size:9px;
}

DIV.bottom-spacer {
	background-image:url('images/horizontal-line-background.png'); 
	background-repeat:repeat-x;
	height:1px;	
}

