html, body {
	height: 500px;
}

#game {
	position: relative;
	top: -500px;
	z-index: 1;
	display: block;
}

#t4a_wrapper {
	position: relative;
	z-index: 5;
}