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

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body, div, td, a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	color: #FFF;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

.hidden { display: none; }

#wrapper {
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -150px;
	background-attachment: scroll;
	background-image: url(../images/bar.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 25px;
}
#logo {
	margin-top: 50px;	
}
#cover {
	margin-top: 50px;	
}
#player {
}
#navigation {

}
	#menu {
		width: 100%;
		margin-top: 50px;
		margin-left: 5px;
	}
	#menu li {
		width: 80px;
		height: 80px;
		list-style: none;
		float: left;
		text-align: center;
	}
	#menu li a span {
		display: none;
	}
	#menu li a {
	  display: block;
	  width: 80px;
		height: 80px;
  }
	#menu li a.myspace {
		background: url(../images/nav_myspace.jpg) no-repeat left top;
	}
	#menu li a.shop {
		background: url(../images/nav_shop.jpg) no-repeat left top;
	}
	#menu li a.info {
		background: url(../images/nav_info.jpg) no-repeat left top;
	}
	
#twitter {
	margin-top: 50px;	
	margin-bottom: 50px;	
}
	#twitter h2 {
		display: none;
	}
	ul#twitter_update_list {
		list-style: none;
	}
	ul#twitter_update_list li {
		margin-bottom: 25px;
	}
	#twitter a#profileLink {
		ghf
	}
	#twitter span#profileLink {
		height: 20px;
		background-image: url(../images/Twitter.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-left: 20px;
	}
	

