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

body, html{
	background-color:#202020;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-position:top left;
}

#frame{
	width:1024px;
	height:auto;
	position:relative;
	margin:0px auto;
	background-color:#070000;
}

#header{
	width:1024px;
	height:154px;
	position:relative;
	float:left;
	background-image:url(../images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#title{
	width:1024px;
	height:46px;
	position:relative;
	float:left;
}

#content{
	width:1024px;
	min-height:365px;
	height:auto;
	overflow:visible;
	background-color:#000000;
	position:relative;
	float:left;
}

#footer-links{
	width:1024px;
	height:71px;
	position:relative;
	float:left;
	background-image:url(../images/footer-links.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer{
	width:1024px;
	height:311px;
	position:relative;
	float:left;
	background-image:url(../images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#background-title{
	width:710px;
	height:20px;
	position:relative;
	float:right;
	background-image:url(../images/background-title.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:67px;
	padding-top:2px;
	text-align:left;
}

.artist-frame{
	width:908px;
	height:auto;
	position:relative;
	float:left;
	padding-bottom:20px;
}

.artist-image{
	width:232px;
	height:auto;
	position:relative;
	float:left;
}

.artist-content{
	width:632px;
	height:auto;
	position:relative;
	float:right;
}


p, .text{
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#9c9c9c;
}

p a,
p a:visited{
	text-decoration:underline;
	color:#ffffff;
}

p a:hover{
	text-decoration:none;
	color:#ffffffc;
}

.text-pink{
	color:#ec008c;
}

.text-green{
	color:#69d91f;
}

.text-red{
	color:#f30707;
}

h1{
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ec008c;
}

input.textfield{
	width:198px;
	height:16px;
	background-color:#665a5c;
	border:1px solid #665a5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	padding-top:2px;
}

input.email{
	width:452px;
	height:16px;
	background-color:#665a5c;
	border:1px solid #665a5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	padding-top:2px;
}

textarea.textarea{
	width:452px;
	height:82px;
	background-color:#665a5c;
	border:1px solid #665a5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	overflow:hidden;
	padding-top:2px;
}