body {
  cursor:url('yin-yang.png'), auto;
  
}

a:hover {
cursor:url('yin-yang.png'), auto;
}

#main, #nav {
	margin: 0 auto;
	max-width: 1024px;
}

body, img, .shr {
	image-rendering: optimizeSpeed;
	-ms-interpolation-mode: nearest-neighbor;
	-moz-image-rendering: crisp-edges;
	-o-image-rendering: crisp-edges;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}