body {
	background: #000;
	}
	
#index {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#indexent { 
	background: url(images/indexenter.jpg) top; 
	font-size: x-small;
	height: 30px;
	list-style: none;
	margin: 0 auto; 
	padding: 0; 
	position: relative;
	text-align: center;
	width: 75px; 
	}
	
#indexent li { 
	list-style: none;
	margin: 0; 
	padding: 0; 
	position: absolute; 
	}
	
#indexent li, #indexent a { 
	height: 30px; 
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 75px;
	}
	
#indexent1b { 
	left: 0;
	top: 0; 
	width: 75px;
	}
	
#indexent1b a:hover { 
	background: transparent url(images/indexenter.jpg) 0 -30px no-repeat; 
	}