body {
	margin: 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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColElsCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 960px;
}
.oneColElsCtr #mainContent {
	background-image: url(images/febpromo_w.jpg);
	background-repeat: no-repeat;
	height: 970px;
	margin-top: 25px;
}
.button {
	height: 69px;
	width: 212px;
	text-decoration: none;
	position: relative;
	left: 321px;
	top: 459px;
}
