* {
	cursor: none !important;
}

body {
	background-image: url('img/pizza_slices_bg.jpg');
	overflow: hidden;
}

#jseyeslayer {
	position: relative;
	width: 820px;
	height: 600px;
	top: 80px;
	margin: 0px auto;
}

#mouth {
	position: absolute;
	top: 340px;
	left: 180px;
}

#line {
	position: fixed;
	top: 340px;
	left: 180px;
}

#slice {
	position: fixed;
	top: 340px;
	left: 180px;
	z-index: 100;
}