/**
* @css stylesheet
* Special CSS tweaks for the Academic Integrity website, October, 2014
*/
@font-face {
  font-family: 'Puritan';
  src: url('/sites/default/files/css_injector_fonts_font/PURI10_0.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* this 404's, and is causing server load issues
*body.html {
*  background:url('/sites/default/files/bg.jpg') center top no-repeat #f0efef;
*  background-size: cover;
*}
*/
@media only screen and (max-width:1600px) {
  body.html {
    background-size:auto;
  }
}
