@charset "utf-8";
/* CSS Document */

/*
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
*/
body {
	background-color: #7eb806;
	}
#crlogo {
  background: url(../images/starburst_536x536.jpg) no-repeat;
  position: relative;
  width: 536px; /* was 500px -- add 18px to centre */
  height: 536px;
  z-index: 1;
  list-style: none;
  margin: 0 auto;
}
#logo-people-circle {
	background: url(../images/people_circle_297x297.png) no-repeat;
	position: absolute;
	top: 74px;
	left: 129px;
	width: 297px;
	height: 297px;
	z-index: -1;
}
#logo-foreground {
	background:url(../images/foreground_506x536.png) no-repeat;
	top: 93px;
	left: 11px;
	width: 506px;
	height: 536px;
	z-index: 3;
}
/*
#rings {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 10em;
	height: 10em;
	z-index: 1;
	margin-left: -180px;
}
#rings img {
	position: absolute;
	top: 0;
	left: 0;
	width: 4.5em;
	height: 4.5em;
}
*/
