@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	z-index: 300;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.oneColFixCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	height: 545px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-color: #FFFFFF;
	background-image: url(../images/11thStepHome_round_02.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 300px;
	margin: 0px;
	line-height: 1.6;
}
#quotation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FAFAF8;
	position: relative;
	height: 170px;
	width: 304px;
	left: 137px;
	top: 238px;
	right: 0px;
	visibility: visible;
	z-index: 100;
}
#welcome {
	color: #1059A8;
	height: 128px;
	width: 205px;
	top: 0px;
	right: 0px;
	visibility: visible;
	left: 530px;
	bottom: 0px;
	position: relative;
	font: 16px Arial, Helvetica, sans-serif;
	z-index: 460;
}

