html, body {
	background: #36121a url('images/background.jpg') no-repeat center center;
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
}

#landing {
	position: absolute;
	top: 50%;
	left: 50%;	
	margin-left: -379px;
	margin-top: -120px;
}

a img {
border: 0;
}
