@charset "UTF-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#flash {
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	top: 100px;
}
#graphic {
	width: 1000px;
	color: #FFF;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	position: absolute;
	top: 700px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: left;
	position: relative;
	top: 678px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}
#navigation {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: normal;
	top: 56px;
	position: absolute;
	font-size: 12px;
}
#artistnames {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	top: 650px;
	position: relative;
	font-size: 12px;
	left: 10px;
}
#graphicfooter {
	width: 1000px;
	color: #666;
	top: 24px;
	position: relative;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#flash2 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	position: relative;
	top: 20em;
}

