/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#414141;
  text-align:center;
  background:url(img/rcspgroup_de_960_grid_12_col_02.jpg) left top repeat-x #e9e9e9;
}

#wrapper{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	width: 1020px;
}

#logotop{
	padding-top:16px;
	width:1020px;
	float:left;
	text-align:center;
}

#racechip{
	width:510px;
	margin-top:40px;
	float:left;
	background-image: url(img/trenner_06.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#seopeople{
	width:510;
	margin-top:40px;
	float:right;
}

#logoleft{
	margin-top: 40px;
	margin-left: 150px;
	width: 242px;
	float:left;
	height:100px;
}

#trenner{
	margin-top: 30px;
	margin-left:100px;
	margin-right:100px;
	float:left;
	width: 2px;
}

#logoright{
	margin-top: 40px;
	width: 306px;
	height: 100px;
}

#textleft{
	margin-top:50px;
	margin-left:150px;
	float:left;
	width:400px;
}

#textright{
	margin-top:50px;
	float:left;
	width:400px;
}
	
	 
