body {
	background: white url(images/burlap_background.jpg);
	text-align: left;
	position: relative;
}

p {
	color: #3f3f3f;
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:visited {
	color: black;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
a:hover {
	color: #white;
	text-decoration: none;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
a:active {
	color: #3f3f3f;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.other:link {
	color: #3f3f3f;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.other:visited {
	color: #3f3f3f;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
a.other:hover {
	color: #000;
	text-decoration: none;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
a.other:active {
	color: #3f3f3f;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 763px;
	height: 688px;
	position: relative;
	text-align: center;
	background: url(images/ccb_background.jpg);
}

#songcontainer {
	width: 454px;
	height: 396px;
	position: relative;
	text-align: center;
	background: url(images/SongFrame.jpg);
}
#menubar {
	position: relative;
	left: 0px;
	top: 22px;
}

#stuff_goes_here {
	position: relative;
	left: 0px;
	top: 170px;
	z-index: 0;
}

#history_text {
	left: 48px;
	top: 255px;
	padding: 5px;
	width: 290px;
	height: 370px;
	text-align: left;
	overflow: auto;
	position: absolute;
	z-index: 1;
}

#lyric_text {
	left: 268px;
	top: 268px;
	padding: 5px;
	width: 420px;
	height: 260px;
	text-align: left;
	overflow: auto;
	position: absolute;
	z-index: 1;
}

#mickey_text {
	left: 40px;
	top: 230px;
	padding: 5px;
	width: 490px;
	height: 405px;
	text-align: left;
	overflow: auto;
	position: absolute;
	z-index: 1;
}

#michael_text {
	left: 40px;
	top: 230px;
	padding: 5px;
	width: 410px;
	height: 405px;
	text-align: left;
	overflow: auto;
	position: absolute;
	z-index: 1;
}
#footer {
	width: 763px;
	height: 80px;
	position: relative;
	text-align: center;
}

#dat_thing_at_da_bottom {
	position: relative;
	float: left;
	width: 600px;
	height: 80px;
}

#footlogo {
	position: relative;
	float: right;
	width: 121px;
	height: 80px;
}