

#musicplayer{
  float:right;
  height:137px;
  margin-bottom:32px;
  overflow:hidden;
  padding-right:20px;
  width:340px;
}
#links{
	width: 350px;
	height: 52px;
	overflow: hidden;
	padding-right: 20px;
	float: right;
}
#links a{
	display: block;
	float: right;
}
#nav ul li{
	float: left;
}
#nav ul li a{
	display: block;
	height: 41px;
}
#nav ul li a#home{
	width: 80px;
	background: url(images/nav/home.jpg) no-repeat;
}
#nav ul li a#news{
	width: 80px;
	background: url(images/nav/news.jpg) no-repeat;
}
#nav ul li a#magazine{
	width: 95px;
	background: url(images/nav/magazine.jpg) no-repeat;
}
#nav ul li a#bio{
	width: 60px;
	background: url(images/nav/bio.jpg) no-repeat;
}
#nav ul li a#multimedia{
	width: 120px;
	background: url(images/nav/multimedia.jpg) no-repeat;
}
#nav ul li a#gallery{
	width: 90px;
	background: url(images/nav/gallery.jpg) no-repeat;
}
#nav ul li a#fanzone{
	width: 95px;
	background: url(images/nav/fanzone.jpg) no-repeat;
}
#nav ul li a#newsletter{
	width: 95px;
	background: url(images/nav/newsletter.jpg) no-repeat;
}
