div.song {
	position: relative;
	padding:5px;
	margin:5px 175px 5px 175px;
	border:2px solid #000;
	border-width: 2px 0px 2px 0px;
	width:280px;
	background-image: url(img/bg-3a.gif);
	background-position: 50% 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-weight: bold;
}
div.song a { text-decoration: none; color: #000; }
div.song a:hover { color: #00C; }
div.song:hover { background: transparent url(img/bg-2a.gif) no-repeat fixed; background-position: 50% 10px; }
div.song:hover a { color: #00C; }
.banner {
	border: 0px;
	width: 630px;
	margin: 0px;
	padding: 0px;
}
.smalltext {
	font-size: 75%;
	font-weight: normal;
}
.boldwhite {
	color: #fff;
	font-weight: bold;
	background-color: transparent;
}
.email {
	color: #000;
	font-weight: bold;
	background-color: transparent;
}
div.verticalspace {
	height: 10px;
}
h1 { font-size: 10pt; }
a { text-decoration: none; color: #003; }
a:hover { text-decoration:none; font-weight:bold; color:#00C; }
img { border:none; }
body { 
	margin: 0px;
	padding: 0px;
	color: #000; 
	background-color: #535353;
}
#main { 
	position: relative;
	text-align: center;
	font-family: andale,andale mono,courier, sans-serif;
	font-size: smaller;
	width: 630px;
	height: 630px;
	background-image: url(img/bg-1b.gif);
	background-position: 50% 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#main2 { 
	position: relative;
	text-align: center;
	font-family: andale,andale mono,courier, sans-serif;
	font-size: smaller;
	width: 630px;
	height: 630px;
}