/* CSS Document */

body
{

	Background-color:#555555

}

a
{

	border-style:none;

}

img
{
	border-style:none;
}

div.songname
{
	font-size:large;
	font-weight:bold;
	color:#000000;
	position:absolute;
	background-color:#FF0000;
	border-color:#000000;
	border-width:5;
	border-style:solid;
	position:relative;
	
	width:200px;
	left:20px;
	top:10px;
	text-align:center;
	line-height:30px
}

div.cartridgeName
{
	font-size:large;
	font-weight:bold;
	color:#000000;
	position:absolute;
	background-color:#0000FF;
	border-color:#000000;
	border-width:5;
	border-style:solid;
	position:relative;
	
	width:200px;
	left:20px;
	top:10px;
	text-align:center;
	line-height:30px
}

div.songdisplay
{

	Top:10px;
	left:600px;
	position:Fixed;

}

div.newsHeader
{
	top:0px;
	left:0px;
	width:150;
	position:Fixed;
	background-color:#0000FF;
	border-color:#000000;
	border-width:5;
	border-style:solid;
	z-index:5;
}

div.newsEntry
{
	position:relative;
	border-color:#000000;
	border-width:5;
	border-style:solid;
	font-size:large;
	width:800px;
	z-index:1;
}



span.hidden 
{
	display:none;
}