body {
	background-image:url(messBG2.png);
	background-position:center;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	width:1004px;
	height:586px;
}

div#home{
	border-style:solid;
	border-width:10px;
	border-color:#FFF;
	width:1004px;
	height:586px;
	margin-top:-10px;
}

div#work-work{
	border-style:solid;
	border-width:10px;
	border-color:#FFF;
	width:1004px;
	height:586px;
	margin-top:-10px;
}

div#roles-roles{
	border-style:solid;
	border-width:10px;
	border-color:#FFF;
	width:1004px;
	height:586px;
	margin-top:-10px;
}

div#container-clients{
	margin-left:auto;
	margin-right:auto;
	background-color:#8A8A8A;
	width:1004px;
	height:610px;
	border-style:solid;
	border-width:10px;
	border-color:#FFF;
	margin-top:-10px;
}

div#container-people{
	margin-left:auto;
	margin-right:auto;
	width:1004px;
	height:610px;
	background-color:#E37823;
	border-style:solid;
	border-width:10px;
	border-color:#FFF;
	margin-top:-10px;
}

.navigation{
	position:relative;
}

.home-logo{
	position:relative;
	margin-left:6px;
	margin-top:-131px;
}

/* logo changing*/

#LogoChange
{
  display: block;
  width: 84px;
  height: 115px;
  background: url(LogoChange.png) no-repeat 0 0;

}

#LogoChange:hover
{ 
  background-position: 0 -115px;
}

#LogoChange span
{
  position: absolute;
  top: -999em;
  
}
/*end logo change*/


.nav-links{
	margin-left:390px;
	margin-top:-34px;
	position:absolute;
	
	
}

div#flash-area-clients{
	float:right;
	background-color:#8A8A8A;
	position:relative;
	padding-top:-190px;
}

p.client-text{
	float:left;
	width:315px;
	position:relative;
	font-family:Helvetica;
	background-color:#8A8A8A;
	color:#FFF;
	margin-left:15px;
	margin-top:-11px;
	text-align:justify;
	font-size:12pt;
}

p.client-header{
	margin-top:15px;
	margin-left:17px;
}

div#flash-area-people{
	float:right;
	background-color:#8A8A8A;
	position:relative;
	padding-top:-190px;
	margin-top:30px;
}

p.people-text{
	float:left;
	width:315px;
	position:relative;
	font-family:Helvetica;
	background-color:#E37823;
	color:#FFF;
	margin-left:15px;
	margin-top:-7px;
	text-align:justify;
	font-size:11pt;
}

p.people-header{
	margin-top:19px;
	margin-left:17px;
}
	