html, body {
	margin: 0px;
	padding: 0px;
	
	height:100%; /* needed for container min-height */
	

	font-family: "Trebuchet MS";
	font-size: 18px;
		color: #FFF;
	
	background-color: #2f2f2f;
	
	overflow: hidden;
	
	width: 102%;
	



}

#nav {
	display: none;	
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content {
	
	
}

.artist_item { 
	float: left;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	

	zoom: 1;
}

#logo {
	position: absolute;
	height: 50px;	
	top: 375px;
	width: 100%;
	padding: 0px;
	padding-bottom: 5px;
	background-color: #FFF;
	z-index: 20;
}

#artist_name {
	
	position: absolute;
	height: 50px;	
	top: 0px;
	left: 50%;
	font-size: 1.6em;
	color: #2f2f2f;
	line-height: 45px;
}

#menu {
	
	position: absolute;
	top: 430px;
	width: 284px;
	padding: 0px;
	padding-right: 20px;
	margin: 0px;
	z-index: 20;
	text-align: right;
	color: #FFF;

margin-top: 18px;
margin-right:5px;
font-size: 21px;
	
}

#show_menu {
	height: 30px;
	line-height: 30px;	
	
}

#menu a {
	color: #FFF;
	text-decoration: none;
		font-weight: normal;
		letter-spacing: 3px;

}

#menu a:hover {
	
	color: #999;
	
}




.nav {
	width: 300px;
	
	margin: 0px;
	padding: 0px;
	float: left;
	
	letter-spacing: 3px;
	text-align: right;
	font-weight: normal;
	line-height: 30px;
	


}

#mneu h1 {
	text-weight: normal;	
	font-weight: normal;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: right;
	
	list-style-type: none;



}

.nav ul li {
	height: 30px;
	width: 100%;

}

.nav ul li a {

	height: 30px;
	width: 288px;
	float: left;

	padding-right: 12px;
	text-decoration: none;
	color: #FFF;
}

.nav ul li a:hover {
	color: #999;

}

.nav ul li a.active {
	color: #ccc;
}
