body{
	margin:0px;
	padding:0px;
	background-image:url("img/scroller_bg.jpg");
	background-repeat:no-repeat; 
	background-attachment:fixed;
}
td{
	font-family:verdana;
	color:#BADCFD;
	font-size:9px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
span#scroller{
	position:absolute;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;	
}
td.release{
	padding:8px;
	border-bottom:1px solid #1063B3;	
}
table#scrollertable{
	position:relative;
	top:2px;
}
div.divider{
	width:86px;
	height:1px;
	background-color:#1063B3;
}
