body{
  background-color: black;
}

#fof {
	margin: 20px 0 120px;
	text-align: center;
}

#fof div {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	background: #000;
}

#fof canvas,
#fof img {
	position: relative;
	width: 960px;
	height: 480px;
	margin-bottom: 20px;
	z-index: 1;
	
	background: #000;
}