@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
}

#orb {
	z-index:2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -160px;
	width: 430px;
	height: 320px;
}

#design {
	background-image: url(images/orbdesign_splash.png);
	width: 430px;
	height: 160px;
	text-indent: -9999px;
}
#design:hover {
	background-position: 430px 0px;
	cursor: pointer;
}

#torrent {
	background-image: url(images/orbdesign_splash.png);
	background-position: 0px -160px;
	width: 430px;
	height: 160px;
	text-indent: -9999px;
}
#torrent:hover {
	background-position: 430px -160px;
	cursor: pointer;
}