html {
  height: 100%;
}
body {
  background: #fafdfd url('/img/splash/blue_top.gif') repeat-x top;
  height: 100%;
}

a:focus {
  outline: none;
}

#tr, #tl, #bl, #br, #rs, #ls, #bs {
  height: 100%;
}
#rs {
  background: url('/img/splash/right_side.png') repeat-y right;
}
#ls {
  background: url('/img/splash/left_side.png') repeat-y left;
}
#tr {
  background: url('/img/splash/top_right.png') no-repeat top right;
}
#tl {
  background: url('/img/splash/top_left.png') no-repeat top left;
}
#bl {
  background: url('/img/splash/bottom_left.png') no-repeat bottom left;
}
#br {
  background: url('/img/splash/bottom_right.png') no-repeat bottom right;
}

#counselors {
	background: url('/img/global/counselors_button.png') no-repeat;
	position: absolute;
	right: 10%;
	top: 0;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
	z-index: 10;
}

#inner {
  background: url('/img/splash/city.png') no-repeat 0 75px;
  position: absolute;
	top: 50%;
	left: 50%;
	width: 1248px;
	height: 500px;
	margin-top: -308px;
	margin-left: -624px;
	padding-top: 59px;
}

#footer {
  margin-top: 50px;
  font-size: 11px;
}
#footer a {
  margin-left: 40px;
}
#inner h1 {
  background: url('/img/splash/header.png') no-repeat;
  width: 363px; height: 166px;
  margin: 0 0 0 440px;
  text-indent: -99999em;
  font-size: 0.1em;
  position: absolute;
}
ul#peeps {
	display: block;
	height: 190px;
	padding: 155px 124px 20px;
}
p.cf {
  color: #5e5f5f;
  width: 600px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

ul#peeps li {
	float: left;
	padding: 0;
	margin: 0;
}

ul#peeps li a {
	float: left;
	width: 160px;
	height: 190px;
	background: #f00;
	text-indent: -9999px;
}

ul#peeps li#middle_school a {
	width: 167px;
	background: url(/img/profiles/middle_school.png);
}
ul#peeps li#high_school a {
	width: 164px;
	background: url(/img/profiles/high_school.png);
}
ul#peeps li#college a {
	width: 162px;
	background: url(/img/profiles/college_student.png);
}
ul#peeps li#returning a {
	width: 166px;
	background: url(/img/profiles/returning.png);
}
ul#peeps li#military a {
	width: 162px;
	background: url(/img/profiles/military.png);
}
ul#peeps li#retraining a {
	width: 165px;
	background: url(/img/profiles/retraining.png);
}