 #footer {
	position:fixed;
	z-index: 100;
	left:0px;
	bottom:0px;
	height:60px;
	width:100%;
}

#footer p {
	width:100%;
	height: 60px;
	margin: 6px 0 0 0;
	text-align: center;
	border-top: 1px solid #abc;
	background: url(../images/bg-bottom-bar.png);
	padding-bottom: 3px;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

 #foot-icon {
    position: absolute;
	z-index: 110;
	left:95%;
	top: 0px;
	width:20px;
 }


.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
	letter-spacing: 3px;	
}