	body {
		background-color: #f03c0c;
		font-family : Verdana, Trebuchet MS, Arial, sans-serif; 
		background-image: url(images/bg01.gif);
		background-repeat: repeat;
	}
	
	#container {
		z-index: 1;
		position: relative;
		width: 750px;
		border: none;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	
	#text-container {
		z-index: 2;
		position: absolute;
		left: 165px;
		top: 147px;
		width: 581px;
		/* background: #fff; */
	}
	
	#text {
		background-color: #fff;
		padding-left: 97px;
		padding-top: 0px;
		padding-right: 60px;
		padding-bottom: 24px;
		color: #000;
		background-image: url(images/megaphone-text.gif);
		background-repeat: no-repeat;
	}

	#menubar {
		width: 652px;
		border: none;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	
	#text-top {
		position: absolute;
		left: 165px;
		top: 124px;
	}
	
	#text-links {
		width: 484px;
		background-color: #bb300c;
		padding-left: 97px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#credits {
		width: 484px;
		/* background-color: #dd370b; */
		padding-left: 97px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: right;
	}
	
	.title {
		margin-top: 5px;
		margin-bottom: 24px;
	}

	#decoration {
		display: inline;
	}
	
	#megaphone {
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 192px;
	}
	
	#pic1 {
		position: absolute;
		z-index: 2;
		left: 35px;
		top: 140px;
	}

	#pic2 {
		position: absolute;
		z-index: 2;
		left: 165px;
		top: 140px;
	}

	#soundplayer {
		position: absolute;
		z-index: 2;
		left: 58px;
		top: 425px;
	}
	img {
		border: none;
	}
	
	p {
		font-size: 80%;
		font-weight: normal;
		letter-spacing: 0px;
		line-height: 150%;
		border: none;
		padding: 0px;
		margin: 0px 0px 12px 0px;
	}
	
	#credits p {
		font-size: 70%;
		line-height: 9px;
		margin: 0px;
		color: #a82b0b;
	}
	
	h2 {
		font-size: 75%;
		padding: 0px;
		margin-top: 15px;
		margin-bottom: 6px;
	}
	
	li {
		font-size: 80%;
		margin-bottom: 12px;
	}
	
	.attrib {
		font-size: 70%;
		font-weight: normal;
		line-height: 130%;
		color: #bb300c;
	}
	
	#text h1 {
		display: none;
	}
	
	#text a {
		color: #000;
		padding: 0px;
		margin: 0px;
		border-bottom: none;
		text-decoration: underline;
	}
	
	#text a:hover {
		color: #fff;
		background: #000;
	}
	
	#text-links a {
		color: #e7c4bb;
		font-size: 70%;
		font-weight: bold;
		text-decoration: none;
		margin-right: 20px;
	}
	
	#text-links a:hover {
		color: #bb300c;
		background-color: #e7c4bb;
	}
	
	#credits a {
		font-size: 80%;
		line-height: 9px;
		margin: 0px;
		text-decoration: none;
		color: #a82b0b;
	}
	
	#credits a:hover {
		text-decoration: underline;
	}
	
