@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;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.oneColLiqCtr #container {
	width: 700px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#enter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 50px;
	text-transform: capitalize;
}

