body {
	margin: 0px;
	background: #eeeeee;
}
#hud {
	position: fixed;
	top: 50px;
	left: 0px;
	padding: 5px;
	background: #ddddaa;
	border: solid 1px #bbbb88;
	z-index: 88;
}
#wrapper {
position: relative;
width: 1600px;
min-height: 1200px;
height: 1200px;
background: no-repeat url('../assets/kiwifruitvine.jpg');
z-index: 77;
}
#picking-bucket {
position: fixed;
min-width: 100px;
width: 20%;
left: 40%;
bottom: 0px;
z-index: 98;
}
.kiwifruit-drag {
z-index: 99;
}