body
{
	background-color: rgb(4, 26, 50);
	margin: 0 0 0 0;
}
	
#CSSBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 947px;
	height: 847px;
	z-index: 0;
	background: url(../images/CSSMain.jpg);
	background-repeat: no-repeat;
}

#contentArea
{
	position: relative;
	left: 250px;
	top:430px;
	height: 275px;
	width: 660px;
	color: White;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	line-height: 16px;
}

html>body #contentArea
{
	top: 415px;
}

#contentArea p
{
	margin-bottom: -5px;
}

html>body #contentArea p
{
	margin-bottom: 0px;
}

.footerPosition
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 700px;
	width: 947px;
}