body {
	padding: 0;
	margin: 30px 0px 30px 0px;
	background: #3b3b3b;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}

a img {
	border: 0;
}

div#page {
	width: 890px;
	margin: auto;
	text-align: center;
}

div.band {
	font-size: 56px;
	margin: 0;
}
div.title {
	font-size: 42px;
	margin-top: -20px;
}
div.subtitle {
	color: #aaa;
}

div#albums table {
	width: 615px;
	border: 0;
	margin: auto;
}

div#albums table td {
	text-align: center;
	vertical-align: top;
}

div#albums table td div {
	text-align: center;
}

div#links {
	margin-top: 20px;
	line-height: 20px;
}

table#signup {
	margin-top: 20px;
}

input.text {
	border: 2px solid #111;
	font-family: arial;
	font-size: 12px;
	width: 200px;
	background-color: #eee;
	padding: 4px;
	color: #444;
}

input.button {
	border: 2px solid #111;
	font-family: arial;
	font-size: 12px;
	background-color: #eee;
	padding: 3px;
	width: 75px;
	height: 27px;
	cursor: pointer;
}

a:link, a:visited {
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

a:hover, a:active, a:visited:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}