
body {
	background-image: url(images/bg.gif);
	background-color: #c0cbf8;
	background-repeat: repeat-x;
	color: black;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px 0;
	text-align: center;
}

a {
	color: #97ccff;
}

a:hover {
	color: #55acff;
}

hr {
	background-color: #EEF;
	border: 0px;
	border-top: dotted 1px #25107d;
	color:  #EEF;
	height: 1px;
	width: 80%;
}

img {
	border: 0px;
}

td {
	text-align: center;
	padding: 10px;
}

th {
    text-align: center;
	 padding: 10px;
}

#page-container {
	width: 720px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#page {
	height: auto !important;
	height: 250px;
	min-height: 250px;
	/* IE Hack */
	width: 720px;
	max-width: 680px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: dotted 1px #25107d;
	background-color: white;
}

#menu {
	background-image: url(images/bg-menu.gif);
	height: 35px;
	margin: 0px;
	padding: 0px;
	width: 720px;
	text-align: center;
}

#footer {
	background-color: #EEF;
	border-bottom: dotted 1px #25107d;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	width: 720px;
	max-width: 716px;
}

#player {
	position: absolute;
	left: 57%;
	top: 0px;
	height: 50px;
	width: 250px;
}


.heading {
	font-size: 20px;
}

.heading-details {
	font-size: 10px;
	padding-bottom: 5px;
}

.member {
	display: block;
	min-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.tracklist {
	text-align: left;
	width: 40%;
}

.song {
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 75%;
}

.song-title {
   position: absolute;
   left: 0;
   width: 50%;
	text-align: left;
}

.song-details {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right;
}



 .cssnav
{
	position: relative;
	float: left;
	background: url(images/button3.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 88px;
	height: 35px;
	margin-left: 2px;
	padding: 0px;
}

.cssnav a
{
	display: block;
	font-size: 15px;
	width: 88px;
	height: 35px;
	display: block;
	float: left;
	text-decoration: none;
}

.cssnav img
{
width: 88px;
height: 35px;
border: 0px;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
color: white;
position: absolute;
left: 0px;
top: 3px;
width: 88px;
height: 35px;
text-align: center;
vertical-align: middle;
margin: 0px;
padding: 0px;
cursor: pointer;
}