div#contentContainer
{
	color: #fff;
	background-image: url(img/homeBkGrnd.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 510px;
	padding: 70px 0 0 40px;
}
div#body
{
	width: 500px;
}
div#body h1,
div#body h2,
div#body h3
{
	color: #fff;
}
div#body p
{
	width: 440px;
}
div#body h1
{
	font: normal normal bold 48px Arial, Helvetica, sans-serif;
	margin: 0;
}
div#body h2
{
	font: normal normal normal 18px Arial, Helvetica, sans-serif;
	margin: 25px 0;
}

div#pageFooter
{
	position: absolute;
	width: 960px;
	height: 100px;
	left: 0;
	bottom: 0;
}
img#bsLogo
{
	display: block;
	position: absolute;
	width: 106px;
	height: 77px;
	left: 40px;
	bottom: 20px;
}
span#copyright
{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 30px;
	font: normal normal normal 10px Arial, Helvetica, sans-serif;
}

div#newsPanel
{
	position: absolute;
	width: 530px;
	height: 55px;
	left: 195px;
	bottom: 20px;
	padding: 10px;
	border: solid 1px #9AB4BF;
	background-image: url(img/newsBkGrnd.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}
div#newsPanel h3
{
	color: #fff;
	font: normal normal bold 14px Arial, Helvetica, sans-serif;
	margin: 0;
}
div#newsPanel div.newsItem
{
	position: relative;
	width: 420px;
	height: 38px;
	margin-top: 4px;
	overflow: hidden;
}
div#newsPanel a.moreNews
{
	display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-weight: bold;
	color: #fff;
	
}
