@import url(https://fonts.googleapis.com/css?family=Open+Sans|Maven+Pro:500);
 A, A:link, A:visited, A:active {
    text-decoration:none;
    color: green;
}
body, html {
    font-family:'Open Sans';
    background: #000;
    min-height: 100%;
    font-size:12px;
    font-family:'Open Sans';
    background-attachment: fixed;
    color: white;
    font-size:12/1px;
    font-family:monospace;
}
span#info{
  position:fixed;
}
canvas#source{
  display:none;
}
canvas#projection{
  margin-top:10px;
  display:block;
  width:800px;
  margin:0 auto;
}
input#ghost{
  position: fixed;
  width: 100%;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border:none;
}