HTML,BODY,OL,UL,LI,DL,DT,DD,P,DIV,SPAN {
  margin:0;
  padding:0;
}

BODY {
  overflow:hidden;
  background:#000;
}

#canvas {
  position:absolute;
  left:0;
  top:0;
}

#poses {
  font-family:monospace;
  font-size:9px;
  color:#080808;
}
