body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: auto;
}
#mainContent p {
	font: 11px/13px Verdana, Geneva, sans-serif;
	color: #916542;
	margin: 0px;
	padding: 10px 0px;
}
#mainContent #flashcontent {
	margin: 0px;
	padding: 0px;
	height: 610px;
	width: 770px;
}
#mainContent #music {
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	width: 250px;
}
#mainContent #music p {
	margin: 0px;
	padding: 0px 0px 3px;
}
#mainContent #copyright {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 480px;
	float: left;
}
#mainContent #copyright p {
	margin: 0px;
	padding: 0px;
}

