body
{
	height: 100%;
	width: 100%;

	margin: 0px;

	background: #808080;
}

#mainBody
{
	position: relative;
	top: 20px;

	margin: 0px auto;

	height: 680px;
	width: 950px;

	background: white;

}

#header
{
	position: absolute;
	top: 22px;

	margin: 0px 13px 0px 13px;

	height: 180px;
	width: 924px;

	background-image: url("images/gradient.png");
	background-position: 0px 0px;
}

#contact_header
{
	position: absolute;
	top: 22px;

	margin: 0px 13px 0px 13px;

	height: 42px;
	width: 924px;

	background-image: url("images/gradient.png");
	background-position: 0px -138px;
}

#headerLogo
{
	position: absolute;
	top: 10px;
	left: 20px;
	
	height: 140px;
	width: 140px;
}

#headerSlogan
{
	position: absolute;
	top: 84px;
	right: 16px;
	
	height: 12px;
	width: 410px;
}

#footer
{
	position: absolute;
	bottom: 22px;

	margin: 0px 13px 0px 13px;

	height: 180px;
	width: 924px;

	background-image: url("images/gradient.png");
	background-repeat: repeat-x;
	background-position: 0px -180px;
}


#contactLink
{
	position: absolute;
	top: 163px;
	left: 9px;
	
	height: 9px;
	width: 84px;
}

#aboutLink
{
	position: absolute;
	top: 163px;
	left: 562px;
	
	height: 9px;
	width: 93px;
}

#solutionsLink
{
	position: absolute;
	top: 163px;
	left: 686px;
	
	height: 9px;
	width: 93px;
}

#partnersLink
{
	position: absolute;
	top: 163px;
	left: 809px;
	
	height: 9px;
	width: 95px;
}

#mainArea
{
	position: absolute;
	top: 202px;

	margin: 0px 13px 0px 13px;
	
	height: 276px;
	width: 924px;
}

.mainFrame
{
	position: absolute;
	top: 202px;
	
	margin: 0px 13px 0px 13px;

	height: 276px;
	width: 924px;
	
	display: inline-block;
}

.about_us
{
	background-image: url("images/about_bg.jpg");
	background-repeat: no-repeat;
}

.solutions
{
	background-image: url("images/solutions_bg.jpg");
	background-repeat: no-repeat;
}

.partners
{
	background-color: #FFFFFF;
}

.contact_us
{
	position: absolute;
	top: 64px;

	margin: 0px 13px 0px 13px;

	height: 414px;
	width: 924px;
	
	background-image: url("images/contact_bg.jpg");
	background-repeat: no-repeat;
}