* {
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	background:#222222;
	overflow: hidden;
}

#landing {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -345px 0 0 -507px; /*colocar a metade do tamanho da landing TB x LR*/
	height: 690px;
	width: 1014px;
}