.bgsprite {
	background-image: url("spritesheet_bgs.jpg");
	opacity: 0;
}

.elementsprite {
	background-image: url("spritesheet_elements.png");
	opacity: 0;
}

#bg1 {
	background-position: 0 0px;
	width: 300px;
	height: 250px;
}

#bg2 {
	background-position: 0 -260px;
	width: 300px;
	height: 250px;
}

#arrow {
	background-position: -120px -85px;
	left: 211px;
	top: 227px;
	width: 15px;
	height: 15px;
}

#logo_small {
	background-position: 0 -85px;
	left: 94px;
	top: 226px;
	width: 113px;
	height: 19px;
}

#logo_large {
	background-position: 0 0px;
	left: 44px;
	top: 47px;
	width: 210px;
	height: 78px;
}