.mir { text-indent : -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

body {
	margin: 0;
	padding: 0;
	font: 76% geneva, arial, sans-serif; 
	background: #000;
	color: #6C326C;
	}

div#nav {
	height: 500px;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top:-250px;
	background: url(images/bg-index.jpg) no-repeat top left;
	}

div#nav ul { 
position: absolute;
left: 271px;
top: 50px;
width: 260px;
height: 402px;
background: url(images/bg-indexNav.jpg) no-repeat top left;
list-style: none; margin: 0px; padding: 0px; 
}

div#nav ul li { display: block; }
	
div#nav a {
	display: block;
	height: 25px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	}
	
div#nav a#a { position: absolute; top: 224px; left: 50px; z-index: 1; }
div#nav a#b { position: absolute; top: 253px; left: 50px; z-index: 1; }
div#nav a#c { position: absolute; top: 282px; left: 50px; z-index: 1; }
div#nav a#d { position: absolute; top: 311px; left: 50px; z-index: 1; }
div#nav a#e { position: absolute; top: 350px; left: 50px; z-index: 1; }


a#contact {
	position: absolute;
	top: 8px;
	left: 721px;
	width: 73px;
	height: 16px;
	z-index: 10;
	}
	

hr { display: none; }
.border { border: 1px solid #000; }
.hide { display: none; }
.left { float: left; margin: 0px 5px 5px 0px; border: 0px;}
.right { float: right; margin: 0px 0px 5px 5px; border: 0px; }
.center { text-align: center; }
.righttext { text-align: right; }
.nowrap { white-space: nowrap; }