body{
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #000;
}
#gameCanvas{
	width: 100%;
	box-sizing: border-box;
}