/* mobile styles */
body { background-color: black; color: white; font-family: sans-serif }
div#logo{ background: url(/graphics/logo-240.jpg) no-repeat; width: 240px; height: 132px; }
div#poe-logo{ background: url(/graphics/poe-logo-225x150.jpg) no-repeat; width: 225px; height: 150px; }
div#composite-logo{ background: url(/graphics/composite-logo-250x150.jpg) no-repeat; width: 250px; height: 150px; }
div#vampires-logo{ background: url(/graphics/vampires-logo-330x200.png) no-repeat; width: 330px; height: 200px; }
div#transfabulator-logo{ background: url(/graphics/transfabulator-logo-300x213.jpg) no-repeat; width: 300px; height: 213px; }

@font-face {  
  font-family: "Ghost";  
  src: url("/fonts/Ghost.eot"); /* IE */  
  src: local("Ghost of Times New Roman"), url("/fonts/Ghost.ttf") format("truetype"); /* non-IE */  
}  

.spooky, h1 {
  font-family: "Ghost", sans-serif;
}
