
body
{
	background-color: rgb(4,26,50);
}

#CSSBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 947px;
	height: 847px;
	z-index: 0;
	background: url(../images/CSSContact.jpg);
	background-repeat: no-repeat;
}

#switchContainer
{
	position: absolute;
	top: 140;
	left: 235;
	width: 670;
	height: 450px;
	display: inline;
}

#contentArea
{
	position: relative;
	left: 250px;
	top: 180px;
	height: 400px;
	width: 635px;
	color: Black;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	line-height: 16px;
}

#contentArea a, #contentArea a:link, #contentArea a:hover, #contentArea a:visited
{
	text-decoration: underline;
	color: Black;
	font-weight:bold;
}

.footerPosition
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 645px;
	width: 947px;
}