html, body, blockquote, p, form, q, dt,
dl, input, div, h1, h2, h3, h4, h5, h6,
br, a, table, tr, td, ul, ol, li, img, fieldset
{
	padding: 0;
	margin: 0;
	border: 0;
}
	
body
{
	background: #3e4245;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

#container
{
	width: 424px;
	height: 424px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -212px 0 0 -212px;
	overflow: hidden;
	background: url('landing.jpg') top left no-repeat #3e4245;
}
#container h1
{
	width: 1px;
	overflow: hidden;
	text-indent: -9989px;
}
