#top h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 400%;
  padding-top: 25px; }

#why_wrap {
  width: 852px;
  margin: 0 auto; }

#why_wrap div {
  float: left;
  width: 284px;
  height: 220px;
  position: relative; }

#content #why_wrap div p {
  position: absolute;
  top: 140px;
  left: 30px;
  font-size: 15px;
  text-align: center;
  width: 224px; }

.students #why_1 {
  background: url('/images/layout/student_why_img_1.png') no-repeat; }
.students #why_2 {
  background: url('/images/layout/student_why_img_2.png') no-repeat; }
.students #why_3 {
  background: url('/images/layout/student_why_img_3.png') no-repeat; }

.alumni #why_1 {
  background: url('/images/layout/alum_why_img_1.png') no-repeat; }
.alumni #why_2 {
  background: url('/images/layout/alum_why_img_2.png') no-repeat; }
.alumni #why_3 {
  background: url('/images/layout/alum_why_img_3.png') no-repeat; }

#bottom {
  text-align: center; }
  #bottom .page_block {
    text-align: left; }

#workflow {
  margin-top: 1em; }
