@charset utf-8;
.artistPage {
	/* background: #191919 url('http://ilovekamikaze.com/templates/images/bg.gif') fixed; */
	color: #000;
	font: 11px Arial, Helvetica, Tahoma, sans-serif;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
#artistWrap {
	background: #000;
	color: #ddd;
	height: 600px;
	width: 960px;
	text-align: left;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-480px;
}
.artistHead {
	display: block;
	float: left;
	height: 75px;
	margin-top: 50px;
	width: 500px;
}
.artistMenu {
	background: #000;
	border-bottom: 1px solid #222;
	color: #555;
	display: block;
	float: left;
	margin-top: 15px;
	padding: 10px 0;
	width: 500px;
}
.artistMenu1 a {
	color: #aaa;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.artistMenu2 {
	margin-top: 3px;
}
.artistMenu2 a {
	color: #777;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.artistMenu1 a:hover,.artistMenu2 a:hover,#artistFoot a:hover {
	color: #C06;
}
.artistContent {
	display: block;
	float: left;
	height: 330px;
	padding: 0 0 20px;
	width: 500px;
}
.artistContentTitle {
	background: #000;
	display: block;
	padding: 5px 0 5px 5px;
}
.artistContentBody {
	height: 350px;
	overflow: auto;
	padding: 10px;
}

#artistFoot {
	position:absolute;
	bottom:0;
	width: 100%;
}
#artistFoot,#artistFoot a {
	color: #444;
	font: normal 8px Arial, Tahoma, sans-serif;
	letter-spacing: 1px;
	padding: 2px;
	text-align: center;
}

