@charset "UTF-8";
body {
	background: #FFF;
}
#container  {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/splash/lrgBkgnd.gif);
	background-repeat: no-repeat;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
}
#contentLeft  {
	float: left;
	height: 600px;
	width: 512px;
	text-align: center;
	position: relative;
}
#contentRight {
	float: right;
	height: 600px;
	width: 512px;
	text-align: center;
	position: relative;
}

#centerIt {
	display: inline;
	position: absolute;
	top: 215px;
	text-align: center;
	left: 175px;
}
#centerrt {
	display: block;
	position: absolute;
	top: 215px;
	text-align: center;
	left: 205px;
}
#centerIt img {
   vertical-align: middle;
}
