@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000; */
	background-color: #000000;
	margin:0px auto 0px auto;
	margin-top: 50px;
	/*background-image: url(site_images/Hurunui-Village-wood.jpg);
	background-repeat: repeat-x;*/
	
	cursor: url(http://www.123cursors.com/freecursors/13285.ani);
}
