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

body {
	background: url(../img/bg.gif);
	margin: 0px;
	padding: 0px;
}
div {
	font: normal 11px Verdana, sans-serif;
	color: #666666;
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:hover	{
	color: #ffffff;
	text-decoration: underline;
}
#content {
	position: relative;
	background: #000000 url(../img/contentbg.gif) top no-repeat;
	width: 1000px;
	height: 900px;
	margin: 0px auto;
}
#flash {
	position: absolute;
	top: 114px;
	left: 19px;
	width: 960px;
	height: 465px;
	z-index: 1;
}
#artists {
	position: absolute;
	background: url(../img/artists.gif) top left no-repeat;
	top: 623px;
	left: 70px;
	width: 560px;
	padding-top: 70px;
	z-index: 1;
}
#artists a {
	display: block;
	float: left;
	width: 180px;
	font: bold 11px/18px Verdana, sans-serif;
	color: #cccccc;
	padding-left: 6px;
}
#artists a:hover {
	color: #ffffff;
	background: #cc6600;
	text-decoration: none;
}
#about {
	position: absolute;
	background: url(../img/about.gif) top left no-repeat;
	top: 623px;
	right: 70px;
	width: 260px;
	padding-top: 70px;
	z-index: 1;
}
#footer {
	position: absolute;
	bottom: 20px;
	width: 1000px;
	height: 12px;
	text-align: center;
	letter-spacing: 2px;
	color: #333333;
	font-size: 10px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #ff9900;
}