@charset "utf-8";
/* CSS Document */

@import url("global.css");

#contentArea{
	padding-bottom: 45px;
}


#splashPage{
	background-image: url(../_img/homepage_cutout.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 576px;
	width: 955px;
}

#splashPage p{
	position: relative;
	text-align: center;
	font-size: 14px;
	top: 470px;
	width: 450px;
	left: 250px;
}
#sbaInfo{
	font-size: 12px;
	color: #333;
	background-image: url(../_img/sba_logo.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 30px;
	padding-left: 90px;
	position: absolute;
	top: 650px;
}
