@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, 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;
}
.oneColLiqCtr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../emily/images/WHObackground1.jpg);
	background-repeat:no-repeat;
}
.oneColLiqCtr #mainContent {
	padding: 0 100px;
	width: 825px;
	position: inherit;
}
