#lights_out_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#player {
	display: none;
	position: relative;
	top: 50px;
	z-index: 1002;
} 
#body {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1003;
}
 
