body{
	margin: 20px;
	padding: 0px;
	background-color: #20203a;
	text-align: center;
}

#box {
	position: relative;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #20203a;
}


#flash {
	position: absolute;
	width: 800px;
	height: 600px;
	left: 0px;
	z-index: 10;
}

#keys {
	position: absolute;
	width: 800px;
	height: 600px;
	left: 0px;
	z-index: 2;
}
