*
{
	padding: 0 0;
	margin: 0 0;
}
#screen, #header
{
	width: 850px;
	margin: 0 auto;
	clear: both;
}
body
{
	background:  #FFFFFF url(../imgs/screen_bg.gif) repeat-x;
}
#screen
{
	
}
#page
{

}
#header
{
}


#menu ul
{
	list-style: none;
	float: right;
	background: #666666;
}
#menu li
{
	background: #666666;
	float: left;
	padding: 0 20px;
}
#menu a
{
	font-size: 12px;
	font-weight: 900;
	color: #ddd;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: .1em;
}
#menu a:hover
{
	color: #fff;
}



#contents
{
	position: absolute;
	top: 130px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	background-position: 0 50px;
	background-repeat: no-repeat;
}

#contents a
{
	text-decoration: none;
	color: #CC3333;
	font-weight: 900;
}
#contents a:hover
{
	text-decoration: underline;
}
#artistlist
{
	float: left;
}
#artistlist a
{
	color: #666;
}
#artistlist a:hover
{
	color: #c33;
}
#artistlist ul
{
	list-style: none;
	margin-left: 40px;
}

a.backtoartists
{
	font-weight: 100;
	font-size: 10px;
}
p
{
	margin-bottom: 10px;
}