#mybody_about {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	height: 650px;
	width: 900px;
	font-family: arial;
	color: #333333;
	font-size: 11px;
	z-index: 2;
}
#banner {
  background-image: url(../images/about_banner.jpg);
	background-repeat: no-repeat;
	height: 243px;
	width: 840px;
	position: relative;
  left: 30px;
}
#stats_header {
  background-image: url(../images/stats.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 300px;
	position: absolute;
  border-bottom: 1px solid black;
  top: 250px;
  left: 60px;
}
#stats_body {
	width: 300px;
	position: absolute;
  top: 295px;
  left: 60px;
  height: 425px;
}
#desc_header {
  background-image: url(../images/aboutme.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 475px;
	position: absolute;
  border-bottom: 1px solid black;
  top: 250px;
  left: 375px;
}
#desc_body {
	width: 475px;
	position: absolute;
  top: 295px;
  left: 375px;
  z-index: 2;
}
#about_body {
  width: 840px;
  position: relative;
  font-size:12px;
}