body
{
  margin: 0;
	padding:0;
	background-color:#4B4942;
	text-align:center;
}

/*.bottom p{
    vertical-align : bottom
}
*/

html, body, #center {
  min-height: 100%;
  width: 100%;
}

#anconaAndAssociatesHigher{
	display:inline;
  position:absolute;
  left:50%;
	margin-left: -477px; 	/* half of width (501) - margin(24)  */
  top:569px;
	clear:both;
}


#center {
  position: absolute;
  top: 0;
  left: 0;
	}
	
	#contentWrapper {
	  margin-bottom: 25px;

	}
	
	#belowContent {
	  position: absolute;
	  bottom: 4px;
	  left:50%;
		margin-left: 3px;
	}
	
	#anconaAndAssociates {
	  position:absolute;
	  left:50%;
		margin-left: -298px; 	/* half of width (501) - first column (196) -  margin 7*/
	  bottom:9px;
	}
	
	
	#copyrightHome{
		white-space:nowrap;
		display:inline;
		float:left;
		position:absolute;
	  left:50%;
		margin-left: -145px; 	/* half of width (501) - margin(24)  */
		color:#cccccc;
		font-family:Helvetica;
		font-size:10px;
		bottom:6px;
	}

	#copyrightSecondary{
		white-space:nowrap;
		display:inline;
		float:left;
		position:absolute;
	  left:50%;
		margin-left: -11px; 	/* half of width (501) - margin(24)  */
		color:#cccccc;
		font-family:Helvetica;
		font-size:10px;
		bottom:6px;
	}

