body {
	text-align:center;
	background-color:#000000;
	color:#CCCCCC;
	}
	
#main {
	width:790px;
	height:1200px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/musicback.jpg);
	}
	
#menu {
	width:400px;
	height:25px;
	position:relative;
	top:50px;
	left:195px;
	margin:0 auto;
	background:none;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#000000;
	}
	
#text {
	width:250px;
	height:auto;
	position:relative;
	top:90px;
	left:155px;
	margin:0 auto;
	background:none;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-size:18px;
	color:#000000;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #b10000;
	text-decoration: none;
	}
a:active {
	color: #ff0000;
	text-decoration: none;
	}