body { 
    background-color: #000000;
	overflow: hidden;
    padding: 0px;
    margin: 0px;
}

p {
	font: 0.8125em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	height: inherit;
    color: #ffffff;
	margin-bottom: 20px;
}

#frame {
  width: 100%;
  height: 100%;
  border:40px solid rgba(128,128,128,0.0);
  position: relative;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

#stats {
	position: relative;
	top:  10px;
	left: 10px;
}

canvas {
	border: 0px;
	padding: 0px;
}
