@charset "utf-8";
body {
	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: #96F;
	background-position: center -50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/GRANDbig.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#header h1 {
	text-align: center;
}

.oneColFixCtrHdr #container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	height: 120px;
}
.oneColFixCtrHdr #header  {
	width: 700px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-bottom: 0;
	margin: 0px;
	background-color: #000;
	background-position: center center;
	background-image: none;
	height: 120px;
	width: 700px;
}


.oneColFixCtrHdr #footer {
	width: 700px;
	margin: 0px;
	text-align: center;
	height: 10px;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 5px;
	line-height: 5px;
	margin-left: -9999px;
}
.musicPlayer {
	height: 55px;
	width: 270px;
	border: 2px solid #0FC;
	position: fixed;
	left: 10px;
	bottom: 5px;
}

