body {
	background-image: url(../images/shot-chosen-plain.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #323232;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: 60%;
}
#panel {
	font-size: 1.2em;
	font-weight: bold;
	width: 380px;
	padding: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/by-grey-1.png);
}
#bee {
	background-image: url(../images/bee.png);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	background-position: -300%;
	position: fixed;
	top: 150px;
}
#hand {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#handTip {
	background-image: url(../images/by-grey-1.png);
	position: absolute;
	right: 70px;
	bottom: 14px;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.nav {
	font-size: 1.4em;
	margin-bottom: 42px;
}
.divider {
	display: block;
	height: 1px;
	width: 100px;
	margin-top: 200px;
	margin-bottom: 20px;
}
p, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #C9E529;
	font-size: 4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	line-height: 90%;
	letter-spacing: -0.06em;
}
h1 span {
	color: #FFFFFF;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
	line-height: 100%;
}
h3 {
	color: #C9E529;
	font-size: 1.6em;
	margin-bottom: 4px;
	margin-top: 16px;
}
h4 {
	font-size: 1.2em;
	color: #C9E529;
	margin-bottom: 4px;
	margin-top: 16px;
}
p {
	margin-bottom: 5px;
}
a {
	color: #C9E529;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}

