@import url("main.css");
#billboard {
	width: 900px;
	position: relative;
	z-index: 200;
	padding: 0px;
	background-position: center top;
	background-image: url(../images/billboard-bkg.png);
	background-repeat: no-repeat;
	height: 202px;
}
.callout-bkg-getStarted {
	z-index: 1;
	padding: 0px;
	background-position: center top;
	background-image: url(../images/callout-bkg-getStarted.png);
	background-repeat: no-repeat;
	height: 33px;
}
