@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #700007;
}
.oneColLiqCtr #container {
	width: 98%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColLiqCtr #mainContent {
	width: 100%;
	margin: auto;
	padding: 0;
}
#footerPlayer {
	position: fixed;
	bottom: -3px;
	width: 100%;
}
#footerPlayer audio {
	width: 222px;
	height: 77px;
	margin: 7px auto;
	border-radius: 7px;
	outline: none;
}