body {
	background: url('../images/bg-body.png') #fff top left repeat;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
h1 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 6em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -2px;
	color: #aad700;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 6em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -2px;
	color: #333;
	margin: 0 0 30px 0;
	padding: 0;
}
p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: 300;
	color: #333;
}
a {
	color: #aad700;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #999;
}
img {
	border: 0;
}
#container {
	background: url('../images/bg-container.png') transparent center center no-repeat;
	width: 70%;
	margin: 100px auto 0 auto;
	padding: 0;
}
#footer {
	position: absolute;
	bottom: 10%;
	left: 15%;
	width: 70%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px dotted #999;
}
#footer p {
	color: #666;
	font-size: 1.4em;
}
#footer a {
	color: #666;
	font-weight: 700;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	color: #aad700;
	text-decoration: underline;
}
.anchor {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
