html, body
{
    height: 100%;
}

canvas 
{
	display: block;
    width: 100%;
    height: 100%;
}

body
{
	margin: 0px; 
	overflow: hidden;
}

#score
{
	position: absolute;
	top: 15px;
	left: 15px;
	color: white;
	font-size: 25px;
}

#bestScore
{
	position: absolute;
	top: 15px;
	right: 15px;
	color: white;
	font-size: 25px;
}