<!--

/* CSS Document */

#boardTable {
	z-index: 1;
	text-align: center;
	position: absolute;
	top: 50;
	left: 50;
	}

#instructions {
	position: absolute;
	top: 400;
	left: 50;
	}

#castingSticksImg {
	position: absolute;
	top: 250;
	left: 50;
	cursor: hand;
	border: 1px solid black;
	}

#castingSticksInfo {
	position: absolute;
	top: 300;
	left: 350;
	}

.cone, .square {
	position: absolute;
	top: 50;
	z-index: 90;
	}
#c1 {
	left: 50;
	}

#c2 {
	left: 150;
	}

#c3 {
	left: 250;
	}

#c4 {
	left: 350;
	}

#c5 {
	left: 450;
	}

#s1 {
	left: 100;
	}

#s2 {
	left: 200;
	}

#s3 {
	left: 300;
	}

#s4 {
	left: 400;
	}

#s5 {
	left: 500;
	}

#predictionRing {
	position: absolute;
	top: -500;
	left: -500;
	z-index: 91;
	}

#failRing {
	position: absolute;
	top: -500;
	left: -500;
	z-index: 91;
	}

#origin {
	position:absolute;
	top: -500;
	left: -500;
	z-index: 89;
	}

a {
	cursor: hand
	}

#doNothing{
	position: absolute;
	top: 210;
	left: 255;
	cursor: hand;
	visibility: hidden;
	}

-->