/* American Transit CSS Document */

/* Base */
html, body { height:100%; }
body,td,th { font:13px Tahoma, Arial, Helvetica, sans-serif; color:#888a9d; }
body { margin:0; padding:0; background:#e7e7e7; }

.homeContainer {margin:0 auto; width:100%; text-align:center; }

@media screen and (max-width: 810px) {
  img { max-width: 100%; -ms-interpolation-mode: bicubic; /* for IE7 */
}