@charset "utf-8";
/* CSS Document */

#content {
	background-image: url(../images/landingBGImage.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 53px 19px 0px;
}
#content #leftColumn {
	float: left;
	width: 450px;
	margin-right: 26px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content #rightColumn {
	float: left;
	width: 453px;
	font-size: 1.2em;
	line-height: 1.4em;
}

