body {
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-color: #000000;
	z-index: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main-content {
	position:relative;
	width:768px;
	height:600px;
	z-index:1;
}
.central {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	width: 768px;
	text-align: left;
	top: 10px;
	height: auto;
}
#footer {
	position:absolute;
	width:768px;
	height:80px;
	z-index:1;
	bottom: 0px;
}
#right-content {
	position:absolute;
	top:0px;
	width:458px;
	height:503px;
	right: 0px;
}
#left-content {
	position:absolute;
	top:0px;
	width:300px;
	height:505px;
	left: 0px;
}
#content-right {
	position:absolute;
	top:0px;
	width:458px;
	height:496px;
	right: 0px;
}

#corner {
	position:absolute;
	left:0px;
	top:0px;
	width:143px;
	height:29px;
}

#home {
	position:absolute;
	left:143px;
	top:0px;
	width:63px;
	height:29px;
}

#about {
	position:absolute;
	left:206px;
	top:0px;
	width:60px;
	height:29px;
}

#songs {
	position:absolute;
	left:266px;
	top:0px;
	width:60px;
	height:29px;
}

#gallery {
	position:absolute;
	left:326px;
	top:0px;
	width:64px;
	height:29px;
}

#contact {
	position:absolute;
	left:390px;
	top:0px;
	width:68px;
	height:29px;
}

#content {
	position:absolute;
	left:0px;
	top:35px;
	width:458px;
	height:467px;
	background-image: url(2/images/content.jpg);
	background-repeat: no-repeat;
}

a {
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FAFBFF;
}
a:active {
	color: #FFFFFF;
}
.style1 {color: #FFFFFF}
.style3 {color: #000000}
