body{
	background-color: #ccc;
}

canvas{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -270px;
	border: 1px solid;
}

#gameCanvas{
	background: url(../img/ladescreen.png);
	background-repeat: no-repeat;
}

#showreelVideo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -270px;
	display: none;
}

audio{
	display: none;
}

#resetButton{
	display: block;
	height: 50px;
	width: 50px;
	background-image: url('../img/reset.png');
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -529px;
	margin-top: 283px;
	
	cursor: pointer;
}

#stummButton{
	display: block;
	height: 50px;
	width: 50px;
	background-image: url('../img/music.png');
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -529px;
	margin-top: 218px;
	
	cursor: pointer;
}
