/* catfish and 'position:fixed' emulation */

#sponsorBar {
position:fixed;
bottom:0;
background:#0E263A url(../images/sponsorBarBg.jpg) repeat-x;
padding:0;
height: 66px;  /* includes transparent part */ 
margin: 0; 
width:100%;
overflow:visible;
}
#sponsorBar .sponsorBarSponsorContainer{
	background: #ffffff;
	padding: 5px;
	width: 812px;
	border-top: 3px solid #1F425D;
}
html {
padding:0 0 72px 0;
}