body {
	color:#000; 
	background-color: #fff;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#maincontent {
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #184D94;
	line-height: 20px;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	color: #184D94;
	font-weight: normal;
	margin-bottom: -8px;
}
a:link {
	text-decoration: none;
	color: #184D94
}
a:visited {
	text-decoration: none;
	color: #184D94;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #F93;
}
.artistblurb {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

