body, td
{
	font-family: Arial;
	color: #fff;
}

body
{
	background-color: #000;
	background-image: url( '../images/background.jpg' );
	background-repeat: no-repeat;
	background-position: center top;
}

#content
{
	width: 740px;
	margin: auto;
	margin-top: 740px;
}

#leftContent
{
	width: 570px;
	float: left;
}

#rightContent
{
	width: 150px;
	float: right;
}

#songTitle
{
	color: #000;
	font-size: 10px;
	background-color: #e8e8e8;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	padding-left: 3px;	
}

a
{
	color: #6c840a;
}