@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-position: center 69px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

.headerbar{
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
	height: 69px;
}

/*****************************************/
/*** Links ***/
/*****************************************/

a:link { color: #00c6db; text-decoration: none; }
a:visited { color: #00c6db; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }
a:active { color: #00c6db; text-decoration: none; }

a.footer:link { color: #999; text-decoration: none; }
a.footer:visited { color: #999; text-decoration: none; }
a.footer:hover { color: #00c6db; text-decoration: underline; }
a.footer:active { color: #999; text-decoration: none; }

/*****************************************/
/*** Text ***/
/*****************************************/

.bodytext_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.small-print-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}.counter-bar {
	background-image: url(../images/counter-background.gif);
	background-repeat: no-repeat;
	width: 286px;
	height: 69px;
}
.songlist-track {
	font-size: 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 15px;
}
.songlist-artist {
	font-size: 10px;
	color: #00c6db;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 15px;
}
.about-us-signoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #00c6db;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
}
