@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/background.jpg);
	background-position-x: repeat;
	background-color: #000;
}
.oneColLiqCtrHdr #container {
	width: 992px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position-x: repeat;
	background-color: #000;
	background-position: center top;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
.main {
	float: left;
	width: 496px;
	height: auto;
}
footer {
	height: auto;
	width: auto;
}

