*{
	margin: 0px;
	padding: 0px;
}
html, body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	background: url(images/tile.jpg) repeat center center;
}
#logo{
	display: block;
	height: 280px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -140px;
	text-indent: -2400px;
	background: #fff url(images/logo.jpg) no-repeat center center;
}
footer{
	display: block;
	padding: 20px 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: #fff;
	text-align: center;
}
footer h1{
	font-weight: normal;
	font-style: normal;
	color: #ae9c78;
	-webkit-font-smoothing: antialiased;
	font-family:'BradleyHandITCTTBold', Georgia, Times, Serif;
	font-size: 20px;
}
footer a{
	color: #ae9c78;
}