.center {text-align: center;}
.myspacelink {
	color: #ffff00;
	font-size : larger;
	text-decoration : none;
}
.small {font-size: smaller;}
#page {
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
#header {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#leftside {
	width: 210px;
	float: left;
	top: 300px;
	left: 5px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 5px;
}
#content {
	width: auto;
	top: -3px;
	min-height: 500px;
	min-width: 175px;
	text-align: justify;
	position: relative;
}
#rightside {
	width: 210px;	
	float: right;
	top: 0px;
	right: 5px;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 5px;
}
#footer {
	width: 100%;
	margin-top: -7px;
	height: 30px;
}
#content p {
	text-indent: 25px;
}
#content p.song {
	text-align: center;
	text-indent: 0px;
}
a {
	color : #ffcf79;
	text-decoration : underline;
}
a:hover {
	color : #92CD00;
	text-decoration : none;
}
a:visited {
	color : #E5E4D7;
	text-decoration : underline;
}
body {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px;
}
div {text-align: center;}
