@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #007ec1;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fff;
}

a {color:#FFF; text-decoration: underline;}
a:hover {color:#fff; text-decoration: underline;}

.oneColElsCtr #container {
	width: 46em;
	background: #007ec1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}