*
{
margin:0px;
padding:0px;
}
html,
body
{
 width:100%;
 height:100%;
 background-color:#cccccc;
}

canvas
{
  max-width:960px !important;
  max-height:480px !important;
  margin:5vh auto;
}
