div#sticky_wrap{
	margin-left:140px;
	min-width: 800px;
	background-image: url(../../images/singlesignon/edi_topbar.jpg);
	background-repeat: repeat-x;
}
div#sticky_footer{
	position: absolute;
	background-color: white;
	width:100%;
	min-width: 940px;
	background-image: url(../../images/singlesignon/edi_bottombar.jpg);
	background-repeat: repeat-x;
}
div#footer_left{
	height: 80px;
	width: 310px;
	background-image: url(../../images/singlesignon/edi_logo.jpg);
	background-repeat: no-repeat;		
}
div#footer_right{
	height: 80px;
	width: 299px;	
	position: absolute;
	right: 0px;
	top: 0px;
}
div#footer_right span{
	position: absolute;
	top: 30px;
	margin-left:30px;
}
div#footer_right span a{
	font-family: Arial;
	font-size: 20px;
	color: white;
	text-decoration: none;
}	
/* IE Fix To Force Scrolling Background : Hide From Other Browsers */
div#footer_padding{
	display:none;
}