/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO PERFTRACKER.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

div#wrapper #content {
  top: 0;
  ;
}

div#intro {
  position: relative;
  width: 70%;
  margin-left: 15%;
  ;
}
  div#intro p {
    font-size: 1.3em;
    line-height: 1.1em;
    text-align: left;
    ;
  }

div.column#center {
  position: relative;
  font-size: 1.2em;
  top: -1em;
  width: 100%;
  margin: 0;
  border: none;
  ;
}

div.bigPic {
  position: relative;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  ;
}

div.titlePic {
  background: transparent url( ../images/scoreReader_sm.png ) no-repeat center;
  ;
}
  div.bigPic#perfTrackerPic {
    background: transparent url( ../images/perfTracker_lg.png ) no-repeat center;
    ;
  }

div.footer {
  margin-top: -0.5em;
  ;
}