body {
	background: #191919;
	margin: 0;
	padding: 0;
	text-align: center;
}

ol {
	background: no-repeat center top url("chart.gif");
	list-style-type: none;
	width: 600px;
	height: 400px;
	padding: 0;
	margin: 10% auto;
}

li {
	width: 200px;
	height: 20px;
	margin: 0 0 3px;
	padding: 0;
	position: relative;
	top: 120px;
	text-indent: -9000em;
	left: 200px;
}

ol > li {
	left: 400px;
}

li a {
	width: 100%;
	height: 100%;
	display: block;
}


