body { background: white url('/19-03/f/t.gif') no-repeat; background-attachment: fixed; }

#selection { border-top: 1px solid white; padding-top: 0.3em;  position: absolute; }

#selection.fixed { position: fixed; top: 75px; }
url('../images/f/t.gif')
body { background: white urlurl('../images/f/t.gif') no-repeat; background-attachment: fixed; }
			#selection { padding-top: 0.3em; position: absolute; border-top: 1px solid white; }
			#selection.fixed { position: fixed; top: 75px; }
			* html #selection { padding-top: 1.38em;
			top: expression(
			((document.body.scrollTop - 62) > document.getElementById('ticketsTable').offsetTop)? document.body.scrollTop + 75 : (document.getElementById('ticketsTable').offsetTop + 137)
			);
			}
