/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO SCOREREADER.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

div#wrapper #content {
  top: 0;
  ;
}

div.titlePic {
  background: transparent url(../images/scoreReader_sm.png) no-repeat center;
  ;
}

div#intro {
  position: relative;
  font-size: 1.2em;
  text-align: left;
  width: 70%;
  margin-left: 15%;
  ;
}
  div#intro p {
    line-height: 1.1em;
    ;
  }

div.column#center {
  position: relative;
  font-size: 1.2em;
  top: 1em;
  width: 90%;
  margin: 0 5%;
  ;
}
  div.bigPic#scoreReaderPic {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    ;
  }
  img#toolBar {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
